mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Co-authored-by: Rudolf Meijering <skaapgif@gmail.com>
This commit is contained in:
parent
dbc5e5089c
commit
c14a620411
1 changed files with 1 additions and 2 deletions
|
@ -203,8 +203,7 @@ export default class KbnServer {
|
|||
}
|
||||
|
||||
applyLoggingConfiguration(settings) {
|
||||
const config = new Config(this.config.getSchema(), settings);
|
||||
|
||||
const config = Config.withDefaultSchema(settings);
|
||||
const loggingOptions = loggingConfiguration(config);
|
||||
const subset = {
|
||||
ops: config.get('ops'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue