


Please can someone tell me what I'm missing and how can I view debug and info messages in the Console application? Setting system-wide logging to be debug, has no effect on the Console application output: sudo log config -mode level:debug I've tried running the Console app as root, via sudo from the command line and the same issue occurs no debug or info messages can be seen, even though they're set to being turned on under the Action menu. Using Terminal, with the command, all message types are visible in the Terminal output:. When os_log is called, only the error type message is visible in the Console application.

Within the Console application, both Include Info Messages and Include Debug Messages are turned on. Os_log("Test Debug Message", log: M圜lass.scribe, type. Os_log("Test Info Message", log: M圜lass.scribe, type. Os_log("Test Error Message", log: M圜lass.scribe, type. Static let scribe = OSLog(subsystem: "", category: "myapp") I have a Swift 3 Cocoa application that uses Apple's Unified Logging, like this:.
