Added option to log streams by their ID, allowing for easier "per-stream" log analyzing (#5507)
This commit is contained in:
@@ -447,6 +447,10 @@ public:
|
||||
BoolSetting enableLogging = {"/logging/enabled", false};
|
||||
BoolSetting onlyLogListedChannels = {"/logging/onlyLogListedChannels",
|
||||
false};
|
||||
BoolSetting separatelyStoreStreamLogs = {
|
||||
"/logging/separatelyStoreStreamLogs",
|
||||
false,
|
||||
};
|
||||
|
||||
QStringSetting logPath = {"/logging/path", ""};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user