Skip to content

Commit

Permalink
feat: ...
Browse files Browse the repository at this point in the history
  • Loading branch information
LewisBroadhurst committed Apr 8, 2024
1 parent 94499b5 commit eecb957
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/logging/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ const cleanFormat = printf(({ level, message, timestamp }) => {
return `${timestamp} ${level}: ${message}`;
});

// test commit
const logger = createLogger({
format: combine(timestamp(), format.errors({ stack: true }), cleanFormat),
transports: [
Expand Down

0 comments on commit eecb957

Please sign in to comment.