We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8734478 commit 93e8c31Copy full SHA for 93e8c31
src/api/config/logger.config.ts
@@ -37,7 +37,7 @@ class LoggerConfiguration {
37
* @description Output format
38
*/
39
private formater = format.printf( ( { level, message, label, timestamp } ) => {
40
- return `${timestamp as string} [${level}] ${message}`;
+ return `${timestamp as string} [${level}] ${message as string}`;
41
});
42
43
/**
0 commit comments