-
Notifications
You must be signed in to change notification settings - Fork 121
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
Standardize enabled, transmit, output and verbose configuration options #453
Labels
Type: Enhancement
Changes that add to, improve upon, enhance, or extend the existing component.
Comments
ArturMoczulski
added
the
Type: Enhancement
Changes that add to, improve upon, enhance, or extend the existing component.
label
Apr 26, 2019
When this is finished documentation for the SDK needs to be amended. |
I recommend using the standardized https://tools.ietf.org/html/rfc5424 protocol for the |
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
add output config option; implement transmitting based on the transmit config option and outputting based on the output config option; add internal logger to print to the chosen log outlet Closes re #453
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
Apr 30, 2019
ArturMoczulski
added a commit
that referenced
this issue
May 3, 2019
ArturMoczulski
added a commit
that referenced
this issue
May 3, 2019
ArturMoczulski
added a commit
that referenced
this issue
May 3, 2019
ArturMoczulski
added a commit
that referenced
this issue
May 3, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Type: Enhancement
Changes that add to, improve upon, enhance, or extend the existing component.
There has been much confusion around
enabled
andverbose
config options available across Rollbar SDKs. It is not clear to the users what each does versus what it is actually doing. We identified four different parameters that should control the behavior of the SDK in regards to it being enabled and how the logging is performed.The new suggested configuration options authored by @rokob are:
I propose we have the following settings which are all independent of one another:
enabled
true
transmit
true
output
false
verbose
false
trace
debug
info
warn
error
none
The text was updated successfully, but these errors were encountered: