You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just discovered that the log4j2 docs are missing some crucial configuration, which leads to rollbar not reporting any errors at all.
An additional parameter enabled has been added to the log4j2 config, which seems to be false per default ( d619d02 ).
Unless this property is explicitly enabled, one never receives any rollbar messages.
This parameter should either be added to the examples or the enabled parameter should have a default value of true, so that rollbar is enabled unless it is explicitly disabled.
I had to set logging to debug, then rollbar logs that it is disabled. Looking through the source, I found that there are more parameters than mentioned in the docs.