#Log scoping in 0.14.0

1 messages · Page 1 of 1 (latest)

lusty totem
#

std_options is retrieved based on the root of the module being built (@import("root")). your library has a different root than your executable

#

personally I would solve this using an options module, see documentation for Module.addOptions. then you can import the same desired log level from both your executable and library modules and configure it in your build script