Hello devs, After browsing through dependencies in the project for a while, I think we should unify our logging library in the project. Right now, we have used Apache-common-logging, Log4j, and slf4j in both build files (pom.xml) and source codes.
Personally, I would go with SLF4J since it is actively maintained and it also compatible with others (just drop a jar file to a classpath). -- Best Regards, Patanachai Tangchaisin
