mirror of
https://github.com/vale981/doccam-pi
synced 2025-03-04 17:01:40 -05:00
log fix
This commit is contained in:
parent
d58cea9a47
commit
036d77fbff
1 changed files with 1 additions and 1 deletions
2
main.js
2
main.js
|
@ -12,7 +12,7 @@ let mustBe = false;
|
|||
let restart = false;
|
||||
let config, source, snapSource;
|
||||
|
||||
const importance = ['', 'info', 'warning', 'danger', 'success'];
|
||||
const importance = ['normal', 'info', 'warning', 'danger', 'success'];
|
||||
var customLevels = {
|
||||
levels: {
|
||||
normal: 0,
|
||||
|
|
Loading…
Add table
Reference in a new issue