Renamed debug logging param

This commit is contained in:
Nav
2023-09-23 21:48:55 +01:00
parent 7d588b6077
commit 0851da3a7a
3 changed files with 8 additions and 3 deletions

View File

@@ -234,7 +234,7 @@ struct ProjectConfig
*/
InsightConfig insightConfig = InsightConfig();
bool debugLoggingEnabled = false;
bool debugLogging = false;
/**
* Obtains config parameters from YAML node.