Improvements to the ScriptLog logging (#3389)

* Restructuring the queueScript function
* Don't log the contents of actions that are triggered.  Add the ability to do verbose logging in the scriptlog
This commit is contained in:
Alexander Bock
2024-09-09 21:16:57 +02:00
committed by GitHub
parent ddbf155e8b
commit fd64fe7c96
43 changed files with 365 additions and 571 deletions

View File

@@ -78,6 +78,7 @@ struct Configuration {
Logging logging;
std::string scriptLog;
bool verboseScriptLog = false;
int scriptLogRotation = 3;
struct DocumentationInfo {