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

Logger - we should not reinvent the wheel #3

Open
3 tasks
primozcigler opened this issue Mar 21, 2016 · 2 comments
Open
3 tasks

Logger - we should not reinvent the wheel #3

primozcigler opened this issue Mar 21, 2016 · 2 comments
Assignees

Comments

@primozcigler
Copy link
Contributor

primozcigler commented Mar 21, 2016

For logging purposes we could use an existing solution. In my recent project zendesk-evanto-login I used Monolog and it is absolutely fantastic (and very popular).

Consider switching in some later versions if there will be a need for better logging.

  • use Monolog or some other logging library
  • restructure log file
  • make it pretty :)
@primozcigler
Copy link
Contributor Author

One of the greatest improvements by using Monolog would be that we can set additional channels and handler, like sending all log reports to some remote DB, so we can gain statistics and common errors of even before they contact us. Like how many servers have safe mode on?

@capuderg capuderg added this to the 1.1.0 milestone Mar 22, 2016
@capuderg
Copy link
Contributor

As discussed, I'm pushing this issue to future release.

@capuderg capuderg modified the milestones: Future release, 1.1.0 Apr 22, 2016
@capuderg capuderg modified the milestones: Future release, v1.3.0 Jul 31, 2016
@capuderg capuderg modified the milestones: Future release, v2.0.0 Nov 13, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants