It would have been nice to have control over cohor...
# hoplite
d
It would have been nice to have control over cohort with Hoplite... like in Micronaut, where you can change log levels (or metrics, etc...) using config files or env vars etc... I guess I could always make a data class for all it's options and copy-paste it in all projects, but I think it's a common use-case that could have a simple module that could be re-used...
s
do you have an example of what you mean
d
And something like loggers.level.{name}: {level} for loggers...?