-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates and removes log4j specific code
- Loading branch information
Arnaud Dufranne
committed
Sep 18, 2018
1 parent
ab935f6
commit 4d07962
Showing
5 changed files
with
5 additions
and
105 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 0 additions & 43 deletions
43
core/src/main/scala/com/criteo/cuttle/log/ExecutionStreamsAppender.scala
This file was deleted.
Oops, something went wrong.
54 changes: 0 additions & 54 deletions
54
examples/src/main/scala/com/criteo/cuttle/examples/HelloWorldSLF4J.scala
This file was deleted.
Oops, something went wrong.
4d07962
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello Arnaud, I am not sure I understand why the ExecutionStreamAppender file was removed. This is the Log4J appender that intercepts the slf4j/log4j logs and redirects them to the execution streams. Without this code I am not sure we can actually redirect the logs, or maybe I am missing something?