[fix] logging:threshold
This commit is contained in:
parent
ccb408b1b0
commit
004b9f3211
|
|
@ -51,7 +51,17 @@ namespace _dali
|
||||||
// init
|
// init
|
||||||
lib_plankton.log.set_main_logger(
|
lib_plankton.log.set_main_logger(
|
||||||
[
|
[
|
||||||
{"kind": "console", "data": {"threshold": "info"}},
|
{
|
||||||
|
"kind": "minlevel",
|
||||||
|
"data": {
|
||||||
|
"core": {
|
||||||
|
"kind": "console",
|
||||||
|
"data": {
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"threshold": "info"
|
||||||
|
}
|
||||||
|
},
|
||||||
]
|
]
|
||||||
);
|
);
|
||||||
// init:localization
|
// init:localization
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue