stalwart: log level set to "info", remove file tracer

This commit is contained in:
danny 2025-09-21 15:44:34 +08:00
parent c8bd485bcd
commit e1d9f982aa

View file

@ -144,16 +144,7 @@ in
tracer."stdout" = {
enable = true;
type = "console";
level = "trace";
};
tracer."file" = {
enable = true;
type = "log";
level = "trace";
ansi = true;
path = logFilePath;
prefix = "stalwart.log";
rotate = "daily";
level = "info";
};
};
};