We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 634e2af commit 9865fd0Copy full SHA for 9865fd0
Monal/Classes/HelperTools.m
@@ -2231,6 +2231,12 @@ +(void) configureLogging
2231
_stdoutRedirector = [[MLStreamRedirect alloc] initWithStream:stdout];
2232
printf("stdout redirection complete...");
2233
2234
+ //redirect apple system logs, too
2235
+#pragma clang diagnostic push
2236
+#pragma clang diagnostic ignored "-Wdeprecated-declarations"
2237
+ [DDASLLogCapture start];
2238
+#pragma clang diagnostic pop
2239
+
2240
NSString* containerUrl = [[HelperTools getContainerURLForPathComponents:@[]] path];
2241
DDLogInfo(@"Logfile dir: %@", containerUrl);
2242
0 commit comments