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

Configurable loggers (file and console) #72

Merged
merged 3 commits into from
May 1, 2020

Conversation

nahuelhds
Copy link
Contributor

@nahuelhds nahuelhds commented May 1, 2020

You can now configure the logger handlers for the application.

# These are the default values
log: diffengine.log
logger:
  file: true
  console : false

The log property is the pre-existent one. I've added logger in order to be able to inactivate the file logger and/or activate the console logger. The latest is very handy when you wanna see what's happening in Heroku, for instance.

This can be safely merged as it doesn't conflict with the Twitter integration #71

@edsu edsu merged commit 6822d71 into DocNow:master May 1, 2020
@nahuelhds nahuelhds deleted the feature/configurable-loggers branch May 1, 2020 15:25
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

Successfully merging this pull request may close these issues.

2 participants