diff options
Diffstat (limited to 'src/zenserver/config.h')
| -rw-r--r-- | src/zenserver/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/zenserver/config.h b/src/zenserver/config.h index df1ccb752..8e2ffe74c 100644 --- a/src/zenserver/config.h +++ b/src/zenserver/config.h @@ -156,6 +156,7 @@ struct ZenServerOptions bool NoSentry = false; bool SentryAllowPII = false; // Allow personally identifiable information in sentry crash reports bool ObjectStoreEnabled = false; + bool NoConsoleOutput = false; // Control default use of stdout for diagnostics #if ZEN_WITH_TRACE std::string TraceHost; // Host name or IP address to send trace data to std::string TraceFile; // Path of a file to write a trace |