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