Task #5953 (closed)
Unify client log file formats
Reported by: | jamoore | Owned by: | jburel |
---|---|---|---|
Priority: | major | Milestone: | OMERO-Beta4.3.1 |
Component: | General | Version: | n.a. |
Keywords: | n.a. | Cc: | jburel, cxallan, mlinkert |
Resources: | n.a. | Referenced By: | n.a. |
References: | n.a. | Remaining Time: | 0.0d |
Sprint: | 2011-07-07 (1) |
Description
In order to parse the import text from the insight log it would be useful to have the same format.
Change History (6)
comment:1 Changed 13 years ago by jmoore
- Priority changed from minor to major
comment:2 Changed 13 years ago by jburel
comment:3 Changed 13 years ago by jmoore
- Cc mlinkert-x added
All services (Java and Python) use: %d{ISO8601} %-5p [%40.40c] (%10.10t) %m%n" which I'm partial to. The levels are more difficult now that insight is importing, too. Adding Melissa since input from her side could be useful in terms of keeping the TRACE/DEBUG. I know, for example, that the netcdf logs could stand to be lowered (the server has <category name="ucar"> <priority value="WARN"/> </category><!-- NetCDF --> in log4j.xml).
comment:4 Changed 13 years ago by jmoore
- Owner set to jburel
comment:5 Changed 13 years ago by jburel <j.burel@…>
- Remaining Time set to 0
- Resolution set to fixed
- Status changed from new to closed
(In [bafa06350899006c2dab0114e89c07315e4c86bf/ome.git] on branch develop) Unify format recorded in logger and align some levels (close #5953)
comment:6 Changed 13 years ago by jburel <j.burel@…>
(In [ec4ad9f00c2ed4b74d28ba6525fbaf0452fb54e6/ome.git] on branch develop) Remove comments in log (see #5953)
which format do we want to pick? Levels? etc