From Fedora Project Wiki

Description

This test case tests if system logging infrastructure is available and working as expected.

Setup

Launch and instance locally or via a cloud provider

How to test

  1. Check if system logging facility is working (tail can be replaced with less in the following):
    1. sudo journalctl -a
    2. sudo tail /var/log/secure

Expected Results

  1. Log files should not be empty.
  2. The last entries in logs should correspond to the current date and time.