g_log.setLoglevel(s_logUrgency);
g_log.toConsole(s_logUrgency);
showProductVersion();
+ if (!g_slogStructured) {
+ g_log << Logger::Warning << "Disabling structured logging is deprecated, old-style logging wil be removed in a future release" << endl;
+ }
g_yamlSettings = false;
string configname = ::arg()["config-dir"] + "/recursor";
'doc' : '''
Prefer structured logging when both an old style and a structured log messages is available.
''',
- 'versionadded': '4.6.0'
+ 'versionadded': '4.6.0',
+ 'versionchanged': ('5.0.0', 'Disabling structured logging is deprecated'),
},
{
'name' : 'structured_logging_backend',