-
Notifications
You must be signed in to change notification settings - Fork 115
Optimize for log4j2 #12
Comments
I too have these similar questions. 👍 So here is the issue... in the log4j 1.2 api they mark that method as final: But in log4j 1.2 it is not marked as final: Off to go do more digging. Why are java loggers so gross... So you can comment out the override and then you run into this bigger deal - from log4j2 documentation: In Log4j 1.x the Logger Hierarchy was maintained through a relationship between Loggers. In Log4j 2 this relationship no longer exists. Instead, the hierarchy is maintained in the relationship between LoggerConfig objects. This means that all the NFHierarchy stuff needs to be modified... At the moment the only reason I really need this is to get Eureka 1.x off of blitz4j which means learning how https://github.com/Netflix/eureka/blob/master/eureka-core/src/main/java/com/netflix/eureka/cluster/PeerEurekaNode.java works... |
Anything new about this issue ? |
I'm interested on this too (or even logback). |
Me too .. how can i fix that bug? |
With PR Netflix/eureka#714 Eureka no longer depends on blitz4j, and uses only slf4j API. You should be able to plugin log4j2 now. |
Hello,
it is possible to make blitz4j compatible with log4j2 ?
I try to start Eureka with log4j2 and get the error:
thanks in advance
Marcel
The text was updated successfully, but these errors were encountered: