mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 16:38:01 +00:00
18 lines
393 B
Text
18 lines
393 B
Text
# /etc/conf.d/metalog
|
|
|
|
# Some useful options:
|
|
# -a Log with buffering
|
|
# -s Log without buffering
|
|
# See `metalog --help` for more
|
|
|
|
METALOG_OPTS=""
|
|
|
|
|
|
# Options used by /usr/sbin/consolelog.sh
|
|
|
|
# Space delimited list of devices to write "console" messages to
|
|
#CONSOLE="/dev/console /dev/tty10"
|
|
CONSOLE="/dev/tty10"
|
|
|
|
# Format of logging (make sure you use single quotes)
|
|
FORMAT='$1 [$2] $3'
|