ppyordanov / Dynamic-Noise-and-Pollution-Map

A dynamically generated University of Glasgow noise and pollution campus map via the innovative Smart Citizen Kit developed in Barcelona, Spain by FabLab.
0 stars 0 forks source link

Logging Configuration #41

Closed ppyordanov closed 9 years ago

ppyordanov commented 9 years ago

Log4J is used for mobile web application logging. It needs to be configured to work with the MongoDB branch which is going to be rebased on **'dev'**__

ppyordanov commented 9 years ago

Here are the logging levels used by Apache Log4j. Default will be _info_, but _debug_ is going to be used during development:

ppyordanov commented 9 years ago

A logging file can also be used to record all the information, but for now I have left this option out as it is associated with read/write permissions which might make the project set up unnecessarily complicated. Logging messages are displayed in the console, showing exact time and date, including calling class and code line with information about the operation carried out.