Skip to content

Commit

Permalink
switch to compact debug log when scope=given
Browse files Browse the repository at this point in the history
  • Loading branch information
jaromil committed Nov 12, 2023
1 parent 78d82db commit d6d7d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zenroom.c
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ int zen_init_pmain(lua_State *L) { // protected mode init
luaL_dostring(L, "CONF.exec.scope='given'");
luaL_dostring(L, "CONF.parser.strict_match=false");
luaL_dostring(L, "CONF.missing.fatal=false");
luaL_dostring(L, "CONF.debug.format='compact'");
} else { // SCOPE_FULL is default
luaL_dostring(L, "CONF.exec.scope='full'");
}
Expand Down

0 comments on commit d6d7d4e

Please sign in to comment.