You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create logjam-srv to maintain logjam state (config) and allow state mutation (config updates)
Update config module to read values from memory instead of file
Add an API for updating the in-memory configuration (to support run-time changes to logging)
Provide a dispatch mechanism for logging calls
move lager logging into logjam-backend-lager
create a new module logjam that does the dispatching ... this should do everything from starting up logjam with a different backend to writing to logs with a different backend
create logjam-backend-logger module for the Erlang 21.0+ logger module
Provide a dispatch mechanism for formatting calls
Implement logjam-backend-logger
The text was updated successfully, but these errors were encountered:
This is going to be a doozy of a refactor:
logjam-srv
to maintain logjam state (config) and allow state mutation (config updates)logjam-backend-lager
logjam
that does the dispatching ... this should do everything from starting up logjam with a different backend to writing to logs with a different backendlogjam-backend-logger
module for the Erlang 21.0+logger
modulelogjam-backend-logger
The text was updated successfully, but these errors were encountered: