Skip to content

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!

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