Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support Erlang logger module #10

Closed
8 of 10 tasks
oubiwann opened this issue May 20, 2019 · 1 comment
Closed
8 of 10 tasks

Support Erlang logger module #10

oubiwann opened this issue May 20, 2019 · 1 comment
Milestone

Comments

@oubiwann
Copy link
Member

oubiwann commented May 20, 2019

This is going to be a doozy of a refactor:

  • Convert logjam to an actual app
  • 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
@oubiwann
Copy link
Member Author

This ended up being implemented very differently, using a completely different code history (inherited from the flatlog project).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant