mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-06 03:29:44 -06:00
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:
@@ -78,6 +78,7 @@ struct Configuration {
|
||||
Logging logging;
|
||||
|
||||
std::string scriptLog;
|
||||
bool verboseScriptLog = false;
|
||||
int scriptLogRotation = 3;
|
||||
|
||||
struct DocumentationInfo {
|
||||
|
||||
Reference in New Issue
Block a user