aboutsummaryrefslogtreecommitdiffstats
path: root/conf/logging.conf
blob: 816582d56f80fe29e1994e1ea2437ca750953ce4 (plain)
1
2
3
4
5
6
7
# Logging setup

logging {
    level = "info";
    type = "file";
	filename = "$LOGDIR/rspamd.log";
}