mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Add meta
to the FTR logs to make them more actionable (#169456)
This commit is contained in:
parent
8217f3e360
commit
5bbae7f14e
2 changed files with 30 additions and 0 deletions
|
@ -67,6 +67,21 @@ export default function () {
|
|||
appenders: ['deprecation'],
|
||||
},
|
||||
])}`,
|
||||
// Add meta info to the logs so FTR logs are more actionable
|
||||
`--logging.appenders.default=${JSON.stringify({
|
||||
type: 'console',
|
||||
layout: {
|
||||
type: 'pattern',
|
||||
pattern: '[%date][%level][%logger] %message %meta',
|
||||
},
|
||||
})}`,
|
||||
`--logging.appenders.console=${JSON.stringify({
|
||||
type: 'console',
|
||||
layout: {
|
||||
type: 'pattern',
|
||||
pattern: '[%date][%level][%logger] %message %meta',
|
||||
},
|
||||
})}`,
|
||||
],
|
||||
},
|
||||
services,
|
||||
|
|
|
@ -121,6 +121,21 @@ export default async () => {
|
|||
appenders: ['deprecation'],
|
||||
},
|
||||
])}`,
|
||||
// Add meta info to the logs so FTR logs are more actionable
|
||||
`--logging.appenders.default=${JSON.stringify({
|
||||
type: 'console',
|
||||
layout: {
|
||||
type: 'pattern',
|
||||
pattern: '[%date][%level][%logger] %message %meta',
|
||||
},
|
||||
})}`,
|
||||
`--logging.appenders.console=${JSON.stringify({
|
||||
type: 'console',
|
||||
layout: {
|
||||
type: 'pattern',
|
||||
pattern: '[%date][%level][%logger] %message %meta',
|
||||
},
|
||||
})}`,
|
||||
// This ensures that we register the Security SAML API endpoints.
|
||||
// In the real world the SAML config is injected by control plane.
|
||||
`--plugin-path=${samlIdPPlugin}`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue