metalog.confd 393 B

12345678910111213141516171819
  1. # /etc/conf.d/metalog
  2. # Some useful options:
  3. # -a Log with buffering
  4. # -s Log without buffering
  5. # See `metalog --help` for more
  6. METALOG_OPTS=""
  7. # Options used by /usr/sbin/consolelog.sh
  8. # Space delimited list of devices to write "console" messages to
  9. #CONSOLE="/dev/console /dev/tty10"
  10. CONSOLE="/dev/tty10"
  11. # Format of logging (make sure you use single quotes)
  12. FORMAT='$1 [$2] $3'