locus_logger (locus v2.2.2) View Source
locus_database
events; can be adjusted in app config as well as at run time.
Link to this section Summary
Functions
Changes the logging verbosity in runtime
Link to this section Functions
Specs
set_loglevel(debug | info | warning | error | none) -> ok.
Changes the logging verbosity in runtime
Level
must be either debug
, info
, warning
, error
or none
.