mirror of
https://github.com/grafana/grafana.git
synced 2024-11-22 08:56:43 -06:00
Add 'informational' to LogLevel (#30942)
Recognize 'informational' as a synonym for the canonical 'info' log level.
This commit is contained in:
parent
3af573ea96
commit
70576873f7
@ -20,6 +20,7 @@ export enum LogLevel {
|
||||
error = 'error',
|
||||
info = 'info',
|
||||
information = 'info',
|
||||
informational = 'info',
|
||||
notice = 'info',
|
||||
dbug = 'debug',
|
||||
debug = 'debug',
|
||||
|
Loading…
Reference in New Issue
Block a user