File: another.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 (8 lines) | stat: -rw-r--r-- 163 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
dispatchers = file

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