stalwart: log level set to "info", remove file tracer
This commit is contained in:
parent
c8bd485bcd
commit
e1d9f982aa
1 changed files with 1 additions and 10 deletions
|
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue