File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -245,6 +245,12 @@ The log will be less verbose with `warn` level for the `server` context:
245245```
246246
247247### Logging config migration
248+ Kibana during ` v7 ` version provides compatibility with the Legacy logging.
249+ All log messages handled by ` root ` context are forwarded to the legacy logging service. If you re-write
250+ root appenders, make sure that if contains ` default ` to provide backward compatibility.
251+ ** Note** : If you define an appender for a context, the log messages aren't handled by the
252+ ` root ` context anymore and not forwarded to the legacy logging service.
253+
248254#### logging.dest
249255By default logs in * stdout* . With new Kibana logging you can use pre-existing ` console ` appender or
250256define a custom one.
You can’t perform that action at this time.
0 commit comments