ui-automation icon indicating copy to clipboard operation
ui-automation copied to clipboard

Get rid of log4j

Open m-pavel opened this issue 3 years ago • 3 comments

Suggest to replace log4j with slf4j+logback-classic. Better than updating to actual log4j version every week :smile:

m-pavel avatar Dec 20 '21 10:12 m-pavel

I will have a look at this after I have upgrade current dependabot log4j changes. I was thinking of simply removing the logging that I am already doing, but that might need some further refactoring.

mmarquee avatar Jan 05 '22 08:01 mmarquee

Why replacing one external library with another one? I would argue for using the simple logger provided (and bugfixed/maintained) with Java (java.util.logging.Logger), since the complexity of the logging in our library is not that high and you can easily bridge the java logger into another more powerful framework, if needed.

pbi-qfs avatar Mar 18 '22 10:03 pbi-qfs

That would look like #130

pbi-qfs avatar Mar 18 '22 11:03 pbi-qfs