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

Feature/add host, exception, MDC[properties], and marker support #29

Merged
merged 12 commits into from
Oct 11, 2016

Conversation

afinkenstadt
Copy link
Contributor

Markers are now logged

@afinkenstadt
Copy link
Contributor Author

Fixes #28

@afinkenstadt
Copy link
Contributor Author

CLA signed.

@shakeelmohamed
Copy link
Contributor

@afinkenstadt thanks for doing this work! We will take a look

@afinkenstadt afinkenstadt changed the title Feature/add marker support Feature/add host, exception, MDC[properties], and marker support Apr 7, 2016
@@ -337,329 +337,3 @@ Introduction to the Splunk product and some of its capabilities
## Contact

You can reach the Dev Platform team at [devinfo@splunk.com](mailto:devinfo@splunk.com).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@afinkenstadt Can you refresh against master? The PR shouldn't show removing all of the content below if you are just making slight updates.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll figure that part out. But this particular removal was due to duplicate sections in README.md in the first place.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

@shakeelmohamed shakeelmohamed merged commit 4988599 into splunk:develop Oct 11, 2016
@shakeelmohamed
Copy link
Contributor

@afinkenstadt We've just merged your changed to develop in #37. We are working on getting these changes released, stay tuned!

@afinkenstadt
Copy link
Contributor Author

Awesome!

@afinkenstadt afinkenstadt deleted the feature/add-marker-support branch October 11, 2016 18:29
Copy link
Contributor

@shakeelmohamed shakeelmohamed left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We're not quite ready to merge yet due to this hard dependency on logback for non-logback users

@@ -18,23 +18,46 @@
* under the License.
*/

import ch.qos.logback.classic.spi.IThrowableProxy;
Copy link
Contributor

@shakeelmohamed shakeelmohamed Oct 11, 2016

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@afinkenstadt This isn't quite ready to go. Using IThrowableProxy adds a hard dependency on logback, which is something we definitely don't want (we also need support java.util.logging and log4) so forcing people to also depend on logback is not possible.

Can we refactor this so references to IThrowableProxy are isolated to HttpEventCollectorLogbackAppender.java? If not, how do you feel about reverting those changes?
This means removing IThrowableProxy from the following files:

  • HttpEventCollectorEventInfo.java
  • HttpEventCollectorLog4jAppender.java (unless there's a log4j equivalent)
  • HttpEventCollectorLoggingHandler.java
  • HttpEventCollectorSender.java

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps #38 will address the inadvertent dependency taking on ch.qos.logback?

shakeelmohamed added a commit that referenced this pull request Oct 11, 2016
Per Issue #29, removed dependency on ch.qos.logback
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.

None yet

3 participants