You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The log filter interface must be as follows: `$callable($level, $message, $context)`.
163
+
The result of the filter must be a boolean value:
164
+
-`TRUE`, the log should be ignored and NOT delivered to Understand.io
165
+
-`FALSE`, the log should be delivered to Understand.io
166
+
167
+
The `ignored_logs` config value has higher precedence than `log_filter`.
168
+
169
+
120
170
### Requirements
121
171
##### UTF-8
122
172
This package uses the json_encode function, which only supports UTF-8 data, and you should therefore ensure that all of your data is correctly encoded. In the event that your log data contains non UTF-8 strings, then the json_encode function will not be able to serialize the data.
0 commit comments