Lower default canvas Map debug level
Info-level should not log messages continuously, which some map operations do, so lower the default to ‘debug’.
This commit is contained in:
parent
c2a7386802
commit
91da4a1378
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
## APIs to be wrapped for each layer:
|
## APIs to be wrapped for each layer:
|
||||||
## printlog(), die(), debug.bt(), benchmark()
|
## printlog(), die(), debug.bt(), benchmark()
|
||||||
|
|
||||||
var _MP_dbg_lvl = "info";
|
var _MP_dbg_lvl = "debug";
|
||||||
#var _MP_dbg_lvl = "alert";
|
#var _MP_dbg_lvl = "alert";
|
||||||
|
|
||||||
var makedie = func(prefix) func(msg) globals.die(prefix~" "~msg);
|
var makedie = func(prefix) func(msg) globals.die(prefix~" "~msg);
|
||||||
|
|
Loading…
Reference in a new issue