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" = {
|
tracer."stdout" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
type = "console";
|
type = "console";
|
||||||
level = "trace";
|
level = "info";
|
||||||
};
|
|
||||||
tracer."file" = {
|
|
||||||
enable = true;
|
|
||||||
type = "log";
|
|
||||||
level = "trace";
|
|
||||||
ansi = true;
|
|
||||||
path = logFilePath;
|
|
||||||
prefix = "stalwart.log";
|
|
||||||
rotate = "daily";
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue