File: log.cfg

package info (click to toggle)
liblog-dispatch-config-perl 1.04-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 224 kB
  • sloc: perl: 233; makefile: 2
file content (13 lines) | stat: -rw-r--r-- 272 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
dispatchers = file screen

file.class = Log::Dispatch::File
file.min_level = debug
file.filename = t/log.out
file.mode = append
file.format = [%d] [%p] %m at %F line %L

screen.class = Log::Dispatch::Screen
screen.min_level = info
screen.stderr = 1
screen.format = %m %%