Skip to content
New issue

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

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

Already on GitHub? # to your account

Production level logging for the plugin. #137

Merged
merged 1 commit into from
Mar 20, 2017

Conversation

dryganets
Copy link
Contributor

We print logs through Facebook logger only. This way application could customize if logs need to be saved on disk or have some custom processing.
Instead of printing stack traces we let FLog class to figure out how to handle it.
Log levels are changed in the way that important logs wouldn't be filtered out by default log policy in the release.

All logs have the same tags so a problem could be easily associated with the plugin.

We print logs through Facebook logger only. This way application could customize if logs need to be saved on disk or have some custom processing.
Instead of printing stacktraces we let FLog class to figure out how to handle it.
Log levels are changed in the way that important logs wouldn't be filtered out by default log policy in release.
@dryganets dryganets force-pushed the sergeyd/production-logging branch from 69efbf9 to 164d7d8 Compare March 15, 2017 02:56
@andpor andpor merged commit e558bcd into andpor:master Mar 20, 2017
@andpor
Copy link
Owner

andpor commented Mar 20, 2017

Very nice!

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

Successfully merging this pull request may close these issues.

2 participants