refactor: rename logger to log

This commit is contained in:
Ritesh Ghosh
2025-05-11 13:31:58 +05:30
parent e23383f4c4
commit 36b4f8acfc
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -23,4 +23,4 @@ const loggerOptions: LoggerOptions = {
timestamp: pino.stdTimeFunctions.isoTime,
};
export const logger = pino(loggerOptions);
export const log = pino(loggerOptions);