module Systemd::Journal::Flags
contains a set of constants which maybe bitwise OR-ed together and passed to the Journal
constructor. @example
Systemd::Journal.new(flags: Systemd::Journal::Flags::LOCAL_ONLY)
Constants
- LOCAL_ONLY
Only open journal files generated on the local machine.
- RUNTIME_ONLY
Only open non-persistent journal files.
- SYSTEM_ONLY
Only open kernel and system service journal files.