mirror of
https://github.com/grafana/grafana.git
synced 2025-09-26 02:14:06 +08:00
Add 'informational' to LogLevel (#30942)
Recognize 'informational' as a synonym for the canonical 'info' log level.
This commit is contained in:
@ -20,6 +20,7 @@ export enum LogLevel {
|
|||||||
error = 'error',
|
error = 'error',
|
||||||
info = 'info',
|
info = 'info',
|
||||||
information = 'info',
|
information = 'info',
|
||||||
|
informational = 'info',
|
||||||
notice = 'info',
|
notice = 'info',
|
||||||
dbug = 'debug',
|
dbug = 'debug',
|
||||||
debug = 'debug',
|
debug = 'debug',
|
||||||
|
Reference in New Issue
Block a user