Chapter 69. Checking Message Logs

  • The manager and agent services can send each other service messages during operation. By default, the manager and agent use the standard output (stdout) for sending service logs and messages. Messages are captured by the systemd tools and can be viewed using journalctl:

    # journalctl -u ppem
    ...
    

    You can use the -f option to output incoming messages:

    # journalctl -fu ppem
    ...