]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/log/example/settings_file/settings.txt
import new upstream nautilus stable release 14.2.8
[ceph.git] / ceph / src / boost / libs / log / example / settings_file / settings.txt
1 #
2 # Copyright Andrey Semashev 2007 - 2014.
3 # Distributed under the Boost Software License, Version 1.0.
4 # (See accompanying file LICENSE_1_0.txt or copy at
5 # http://www.boost.org/LICENSE_1_0.txt)
6 #
7
8 [Core]
9
10 Filter="%Severity% >= debug"
11
12
13 [Sinks.1]
14
15 Destination=Console
16 Format="%TimeStamp% [%Severity%] *** %Message%"
17 Filter="%Tag% | %Severity% > info"
18
19
20 [Sinks.2]
21
22 Destination=TextFile
23 FileName=test.log
24 AutoFlush=true
25 Format="[%TimeStamp%] [%Severity%] [%Tag%] %Message%"