File: logger1.conf

package info (click to toggle)
liblog-handler-perl 0.90-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 576 kB
  • sloc: perl: 2,758; makefile: 4
file content (23 lines) | stat: -rw-r----- 413 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<screen>
    alias    = screen1
    maxlevel = info
    minlevel = emerg
    priority = 2
    message_layout = %L - screen1 %m
</screen>

<screen>
    alias    = screen2
    maxlevel = info
    minlevel = emerg
    priority = 1
    message_layout = %L - screen2 %m
</screen>

<screen>
    alias    = screen3
    maxlevel = info
    minlevel = emerg
    priority = 3
    message_layout = %L - screen3 %m
</screen>