-
All replies
-
Helpful answers
-
Oct 16, 2016 1:22 AM in response to Aigor79by Arne Rolf Heier,★HelpfulApple have a new log system in Sierra. It is not using the log files or asl.
The logs are in memory or a log db.
log -- Access system wide log messages created by os_log, os_trace and other logging systems.
You can read the smtpd log from terminal with this command.
log show --start "2016-10-16" --end "2016-10-17" --predicate 'process == "smtpd"' --debug
-
Oct 16, 2016 1:28 AM in response to Arne Rolf Heierby Aigor79,Thanks for your reply.
Could you confirm that we can't have a real time log now?
Now I have a report like this:
Skipping info messages, pass --info to include. Filtering the log data using "process == "smtpd"" Timestamp Thread Type Activity PID -------------------------------------------------------------------------------------------------------------------- Log - Default: 0, Info: 0, Debug: 0, Error: 0, Fault: 0 Activity - Create: 0, Transition: 0, Actions: 0
Thanks