# defaults for module: base-syslog
#
[syslog]
  type		compact		# debian, compact, remote_only
  remote_only	undef		# eg: yes to disable local syslog and use only remote
  tty		undef		# eg: tty8 to pipe on /dev/tty8
  xconsole	no		# eg: yes to pipe on /dev/xconsole
  enable_mark	yes

  enable_net	no
  udp_port	514		# used only if enable_net=true or server, unset to disable
  tcp_port	514		# used only if enable_net=true or server, unset to disable

  enable_ku_watchdog	false	# cron based mark

  # logrotate defaults
  #
  rotate_freq	monthly
  rotate_size	10M
  rotate_num	7
  minsize	200k

  # perms
  user			syslog
  group			syslog
  file_owner		::syslog.user::
  file_group		adm
  file_create_mode	0640
  dir_create_mode	0755
  umask			0022

