MindscapeHQ / raygun4java

Java SDK for the Raygun service
https://raygun.com
MIT License
24 stars 21 forks source link

EnvironmentData not able to collect => WARN is spamming our logs #21

Closed q42jaap closed 9 years ago

q42jaap commented 9 years ago

https://github.com/MindscapeHQ/raygun4java/blob/master/core/src/main/java/com/mindscapehq/raygun4java/core/messages/RaygunEnvironmentMessage.java#L49

This line is spamming our logs :( Which data is recorded should be a setting so we can turn them off. We can't set it, nor can we ignore the log because it's logged by Raygun4Java, unless we set the loglevel to ERROR...