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

Major Logging Overhaul #1838

Merged
merged 1 commit into from
Oct 3, 2016
Merged

Major Logging Overhaul #1838

merged 1 commit into from
Oct 3, 2016

Conversation

sparrc
Copy link
Contributor

@sparrc sparrc commented Oct 3, 2016

Required for all PRs:

  • CHANGELOG.md updated (we recommend not updating this until the PR has been approved by a maintainer)
  • Sign CLA (if not already signed)
  • README.md updated (if adding a new plugin)

in this commit:

  • centralize logging output handler.
  • set global Info/Debug/Error log levels based on config file or flags.
  • remove per-plugin debug arg handling.
  • add a I!, D!, or E! to every log message.
  • add configuration option to specify where to send logs.

closes #1786

in this commit:

- centralize logging output handler.
- set global Info/Debug/Error log levels based on config file or flags.
- remove per-plugin debug arg handling.
- add a I!, D!, or E! to every log message.
- add configuration option to specify where to send logs.

closes #1786
@sparrc sparrc merged commit c783420 into master Oct 3, 2016
@sparrc sparrc deleted the logging-refactor branch October 4, 2016 15:36
@adrianlzt
Copy link
Contributor

Will be great to have the same log format as InfluxDB (go.uber.org/zap).

@sparrc
Copy link
Contributor Author

sparrc commented Feb 7, 2017

agreed, do you mind opening a separate issue for that?

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.

Windows Service results in no log output
2 participants