View Source locus_logger (locus v2.3.7)

Logging of 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

on_app_start() -> ok.
Link to this function

report(DatabaseId, Event)

View Source

Specs

report(atom(), locus_event_subscriber:event()) -> ok.

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.