that logs important actions done by the Rubik's core module. A general approach would be: rubik.toml ```toml verbose = true # top level verbose flag ``` logger.go (some logging adapter) ```go log.debug() // based on the above flag ```
that logs important actions done by the Rubik's core module.
A general approach would be:
rubik.toml
logger.go (some logging adapter)