2022-12-16 Fred Gleason <fredg@paravelsystems.com>

* Added a 'LogSqlQueries=' directive to the '[Debugging]'
	section of rd.conf(5).

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2022-12-16 11:39:03 -05:00
parent ed968656c6
commit f1d2c02862
5 changed files with 36 additions and 1 deletions

View File

@@ -109,6 +109,8 @@ class RDConfig
int logSearchStringsLevel() const;
bool logLogRefresh() const;
int logLogRefreshLevel() const;
bool logSqlQueries() const;
int logSqlQueriesLevel() const;
bool enableMixerLogging() const;
uid_t uid() const;
gid_t gid() const;
@@ -186,6 +188,8 @@ class RDConfig
int conf_log_search_strings_level;
bool conf_log_log_refresh;
int conf_log_log_refresh_level;
bool conf_log_sql_queries;
int conf_log_sql_queries_level;
bool conf_lock_rdairplay_memory;
QString conf_save_webget_files_directory;
bool conf_suppress_rdcatch_meter_updates;