akvo / akvo-flow

A data collection and monitoring tool that works anywhere.
http://akvo.org/products/akvoflow/
GNU Affero General Public License v3.0
65 stars 31 forks source link

Standardise the logging library #1933

Closed muloem closed 3 years ago

muloem commented 7 years ago

In some cases we are using the log4j library and in others java.util.logging. We need to check which of the libraries can be removed and use the same logging application and configuration throughout the code base.

stellanl commented 6 years ago

There are 149 classes using java.util.logging. Only 16 classes using log4j, all export/import (which used to run in the browser) except: GAE/src/org/akvo/flow/domain/DataUtils.java (used by export) GAE/src/org/waterforpeople/mapping/app/gwt/server/surveyinstance/SurveyInstanceServiceImpl.java GAE/src/org/waterforpeople/mapping/app/web/SurveyAssemblyServlet.java

The Clojure code surrounding the export/import also uses log4j

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.