Logging of locus_database events; can be adjusted in app config
as well as at run time.
Summary
Functions
Changes the logging verbosity in runtime.
Functions
-spec on_app_start() -> ok.
-spec report(atom(), locus_event_subscriber:event()) -> ok.
-spec set_loglevel(debug | info | warning | error | none) -> ok.
Changes the logging verbosity in runtime.
Level must be either debug, info, warning, error or none.