blob: 559798b3d5d05d27303adf1a064776ae0062a746 [file] [log] [blame]
Amithash Prasasd34247ac2024-01-16 16:13:48 -08001# Do not queue these, write immediately
2$ActionQueueType Direct
3
4# Send all console logs out as local3.debug logs.
5# local3 is an arbitrary choice among local1-7
6# to ensure we dont conflict with other services.
7# reopenOnTruncate+freshStartTail - ensures we
8# reopen when obmc-console rotates the log-file
9# and start a fresh on the new file.
10input(type="imfile"
11 File="/var/log/obmc-console-__OOB_CONSOLE_HOST__.log"
12 Tag="oob_console[mTerm___OOB_CONSOLE_HOST__]"
13 Severity="debug"
14 Facility="local3"
15 reopenOnTruncate="on"
16 freshStartTail="on"
17)