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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
What is the best practice to support Log4J when using CRaC ?
In our code loggers are defined statically (yes this is the problem but ideally we do not change this) :
public static final Logger GENERAL = Logger.getLogger("icCube.general");
The CRaC supported by :
Running now our code :
After restore the static logger are not bind to the 'new' Logger. Is there a way to rebind/reset the loggers or a best practice ?
Beta Was this translation helpful? Give feedback.
All reactions