Dear Colleagues,
I cannot figure out how I can filter the “log print” output by patterns. For example, if I want to grep the log entries for “AppleWatch”, what should be the “grep” command?
Dear Colleagues,
I cannot figure out how I can filter the “log print” output by patterns. For example, if I want to grep the log entries for “AppleWatch”, what should be the “grep” command?
/log print where message~"AppleWatch"
Thanks. Somehow I missed the “message” word.