Skip to content

Commit a342171

Browse files
committed
Disable buffering by default
1 parent 67e615f commit a342171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/logger/src/Logger.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class Logger extends Utility implements LoggerInterface {
172172
/**
173173
* Represents whether the buffering functionality is enabled in the logger
174174
*/
175-
protected isBufferEnabled = true;
175+
protected isBufferEnabled = false;
176176

177177
/**
178178
* Whether the buffer should be flushed when an error is logged

0 commit comments

Comments
 (0)