Add 'informational' to LogLevel (#30942)

Recognize 'informational' as a synonym for the canonical 'info' log level.
This commit is contained in:
Jeffrey C. Ollie
2021-03-26 09:00:54 -05:00
committed by GitHub
parent 3af573ea96
commit 70576873f7

View File

@ -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',