gchq / gaffer-tools

gaffer-tools is deprecated. Use https://github.com/gchq/gafferpy instead
Apache License 2.0
50 stars 29 forks source link

Replace direct usages of log4j with slf4j #984

Closed t92549 closed 2 years ago

t92549 commented 2 years ago

This will enable the change to Reload4j in Gaffer 1.22.0 https://github.com/gchq/Gaffer/pull/2609

GCHQDeveloper314 commented 2 years ago

Strictly speaking, this isn't a blocker for Gaffer 1.22.0. The import org.apache.log4j.Logger is part of Reload4j and would continue to work smoothly with Reload4j. This is still worth doing of course, just not a blocker.