Skip to content

Commit aac58a2

Browse files
chore: clean up trace log
1 parent 75c39d0 commit aac58a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

logger/src/logger-pino.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ export class PinoLogger
148148
* on the class instance that might be destroyed before the flush is called.
149149
*/
150150
export function flush() {
151-
logger.trace?.('Flushing logger');
152151
destination?.flushSync();
153152
return new Promise((resolve, reject) => {
154153
logger.flush((err) => {

0 commit comments

Comments
 (0)