log service warn fix (#2617)

This commit is contained in:
Eugenio Romano
2017-11-06 17:54:54 +00:00
committed by GitHub
parent a03451affb
commit 4ec5548c24
2 changed files with 21 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ export let logLevels: any[] = [
{level: LogLevelsEnum.TRACE, name: 'TRACE'},
{level: LogLevelsEnum.DEBUG, name: 'DEBUG'},
{level: LogLevelsEnum.INFO, name: 'INFO'},
{level: LogLevelsEnum.WARN, name: 'WARN'},
{level: LogLevelsEnum.ERROR, name: 'ERROR'},
{level: LogLevelsEnum.SILENT, name: 'SILENT'}
];