Skip to content

Commit

Permalink
remove level
Browse files Browse the repository at this point in the history
  • Loading branch information
aplotor committed Nov 11, 2022
1 parent 1cd7f40 commit 86780d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion backend/model/logger.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ function create_logger(level) { // https://github.com/winstonjs/winston#logging-
winston.format.printf((log) => {
return `${JSON.stringify({
timestamp: log.timestamp,
level: level,
message: log.message
}, null, 4)}`;
})
Expand Down

0 comments on commit 86780d9

Please sign in to comment.