File: test_syslog.conf

package info (click to toggle)
zlog 1.2.18-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,224 kB
  • sloc: ansic: 7,691; makefile: 266; sh: 54
file content (16 lines) | stat: -rw-r--r-- 314 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[global]
strict init = true
buffer min=		1024
buffer max=			2MB
rotate lock file	=	/tmp/zlog.lock
default format	=		"default - %d(%F %X.%ms) %-6V (%c:%F:%U:%L) - %m%n"

[formats]
null	=		"%n"
print	=		"print - [%-10.3d(%F)]%n"

simple	=		"simple - %m%n"

[rules]
*.*		>syslog , LOG_LOCAL0
my_cat.*		>stdout;simple