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

* Added a 'LogLogRefresh=' 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-07 14:28:26 -05:00
parent 1b3e2b4464
commit 1bb2b152e1
6 changed files with 86 additions and 0 deletions

View File

@@ -107,6 +107,8 @@ class RDConfig
bool suppressRdcatchMeterUpdates() const;
bool logSearchStrings() const;
int logSearchStringsLevel() const;
bool logLogRefresh() const;
int logLogRefreshLevel() const;
bool enableMixerLogging() const;
uid_t uid() const;
gid_t gid() const;
@@ -182,6 +184,8 @@ class RDConfig
bool conf_disable_maint_checks;
bool conf_log_search_strings;
int conf_log_search_strings_level;
bool conf_log_log_refresh;
int conf_log_log_refresh_level;
bool conf_lock_rdairplay_memory;
QString conf_save_webget_files_directory;
bool conf_suppress_rdcatch_meter_updates;