mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-30 17:20:32 +01:00
2024-04-26 Fred Gleason <fredg@paravelsystems.com>
* Added a 'KillPypadAfterError=' directive to the '[Debugging]' section of rd.conf(5). * Documented the '[Debugging]' section in the rd.conf(5) man page. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// A container class for a Rivendell Base Configuration
|
||||
//
|
||||
// (C) Copyright 2002-2023 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2002-2024 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -112,6 +112,7 @@ class RDConfig
|
||||
int logLogRefreshLevel() const;
|
||||
bool logSqlQueries() const;
|
||||
int logSqlQueriesLevel() const;
|
||||
bool killPypadAfterJsonError() const;
|
||||
bool enableMixerLogging() const;
|
||||
bool testOutputStreams() const;
|
||||
uid_t uid() const;
|
||||
@@ -193,6 +194,7 @@ class RDConfig
|
||||
bool conf_log_log_refresh;
|
||||
int conf_log_log_refresh_level;
|
||||
bool conf_log_sql_queries;
|
||||
bool conf_kill_pypad_after_json_error;
|
||||
int conf_log_sql_queries_level;
|
||||
bool conf_lock_rdairplay_memory;
|
||||
QString conf_save_webget_files_directory;
|
||||
|
||||
Reference in New Issue
Block a user