Skip to content

Commit

Permalink
Updates snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaHeiligers committed Mar 15, 2021
1 parent b9011ff commit 1adb68f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ describe('core deprecations', () => {
});
expect(messages).toMatchInlineSnapshot(`
Array [
"\\"logging.json\\" has been deprecated and will be removed in 8.0. To specify log message format moving forward, you can configure the \\"appender.layout\\" property for every custom appender in your logging configuration. There is currently no default layout for custom appenders and each one must be declared explicitly. For more details, see https://github/elastic/kibana/blob/master/src/core/server/logging/README.mdx.",
"\\"logging.json\\" has been deprecated and will be removed in 8.0. To specify log message format moving forward, you can configure the \\"appender.layout\\" property for every custom appender in your logging configuration.There is currently no default layout for custom appenders and each one must be declared explicitly. For more details, see https://github/elastic/kibana/blob/master/src/core/server/logging/README.mdx.",
]
`);
});
Expand Down

0 comments on commit 1adb68f

Please sign in to comment.