|
@@ -36,7 +36,7 @@ |
|
|
block discarded – undo |
|
36
|
36
|
// By default FluentLogger would write to stderr for every message gone wrong. |
|
37
|
37
|
// We find it a bad default (you would probably start to log miriad of data as error). |
|
38
|
38
|
// You can reset the same or a different error handler by accessing the logger with getFluentLogger(); |
|
39
|
|
- $this->fluentLogger->registerErrorHandler(function ($logger, $entity, $error) {}); |
|
|
39
|
+ $this->fluentLogger->registerErrorHandler(function($logger, $entity, $error) {}); |
|
40
|
40
|
} |
|
41
|
41
|
|
|
42
|
42
|
/** |
Please login to merge, or discard this patch.