Console in 10.12 not showing os_log_info messages

In XCode I see my messages in the output window, but in the console I am unable to see the messages even if I check "Actions... Include Info messages"


What am I missing?

Replies

Which version Xcode?


Using unified logging?

I can confirm that if I use the terminal to stream the log:


log stream --level info --predicate 'subsystem == "com.map-pin.dapper.general"'


I see all the events, but I do not see them in the console app.


Image of Console App

Image of same trace in Terminal


I filed a radar 31671600