Skip to content

Commit 2b0fa2d

Browse files
committed
document BWC requirements
1 parent c8bc7e4 commit 2b0fa2d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/core/server/logging/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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
249255
By default logs in *stdout*. With new Kibana logging you can use pre-existing `console` appender or
250256
define a custom one.

0 commit comments

Comments
 (0)