Opened 6 years ago

Closed 6 years ago

#1727 closed enhancement (fixed)

Log4j add date to log files

Reported by: Bang Pham Huu Owned by: Bang Pham Huu
Priority: major Milestone: 9.6
Component: applications Version: development
Keywords: Cc: Dimitar Misev, Vlad Merticariu
Complexity: Medium

Description

It is hard when reading a long log file with just hour (no idea when it happened).

ERROR [10:19:39] SecoreController@122: Exception caught:
InvalidRequest: Failed resolving request 'http://www.opengis.net/crs/AUTHORITY/VERSION/CODE', check if version number is valid or crs definition exists first.

It should have date for log4j to show the day of the requests happened, e.g:

ERROR [2018-04-10 11:07:34] SecoreController@122: Exception caught:
InvalidRequest: Failed resolving request 'http://www.opengis.net/crs/OGC/1.3/CRS12', check if version number is valid or crs definition exists first.

Change History (1)

comment:1 by Bang Pham Huu, 6 years ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.