]> git.proxmox.com Git - ceph.git/blame - 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
CommitLineData
7c673cae
FG
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
92f5a8d4 10Filter="%Severity% >= debug"
7c673cae
FG
11
12
13[Sinks.1]
14
15Destination=Console
92f5a8d4
TL
16Format="%TimeStamp% [%Severity%] *** %Message%"
17Filter="%Tag% | %Severity% > info"
7c673cae
FG
18
19
20[Sinks.2]
21
22Destination=TextFile
23FileName=test.log
24AutoFlush=true
92f5a8d4 25Format="[%TimeStamp%] [%Severity%] [%Tag%] %Message%"