fix(server): keep pretty logger metadata on one line
This commit is contained in:
parent
d62b89cadd
commit
21eb904a4d
1 changed files with 1 additions and 0 deletions
|
|
@ -23,6 +23,7 @@ const logFile = path.join(logDir, "server.log");
|
|||
const sharedOpts = {
|
||||
translateTime: "HH:MM:ss",
|
||||
ignore: "pid,hostname",
|
||||
singleLine: true,
|
||||
};
|
||||
|
||||
export const logger = pino({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue