view tests/src/libirccd-daemon/logger/logs-files.conf @ 867:52f9ed8d530d

irccd: fix logs.verbose setting ignored While here add a test case for loggers.
author David Demelier <markand@malikania.fr>
date Thu, 25 Jul 2019 22:10:03 +0200
parents
children
line wrap: on
line source

[templates]
info = "info: #{category}=#{message}"
warning = "warning: #{category}=#{message}"

[logs]
type = "file"
verbose = true
path-logs = "@CMAKE_CURRENT_BINARY_DIR@/normal.txt"
path-errors = "@CMAKE_CURRENT_BINARY_DIR@/errors.txt"