Details
-
- Environment:
- -
Activity
| Field | Original Value | New Value |
|---|---|---|
| Status | New [ 10000 ] | Open [ 10002 ] |
| Priority | Major [ 3 ] | |
| Assignee | Christophe DENEUX [ cdeneux ] | Victor NOËL [ vnoel ] |
| Component/s | Logging [ 10255 ] |
| Status | Open [ 10002 ] | In Progress [ 10003 ] |
| Summary | Make logging format configurable in the logging.properties file | Make logging format configurable in the loggers.properties file |
| Description |
Currently the format of the logging file is hard-coded in the LogDataFormatter provided by Petals.
But it should be possible, in the same manner as Java's SimpleFormatter, to have it customizable in the logging.properties file. The extra log parameters (extracted by the LogDataFormatter) will be considered as part of the log message (postfix). The container name (extracted by the LogDataFormatter) will prefix the complete log message. Default configuration will be exactly equivalent as before. |
Currently the format of the logging file is hard-coded in the LogDataFormatter provided by Petals.
But it should be possible, in the same manner as Java's SimpleFormatter, to have it customizable in the loggers.properties file. The extra log parameters (extracted by the LogDataFormatter) will be considered as part of the log message (postfix). The container name (extracted by the LogDataFormatter) will prefix the complete log message. Default configuration will be exactly equivalent as before. |
| Status | In Progress [ 10003 ] | Resolved [ 10004 ] |
| Fix Version/s | 5.0.2 [ 10661 ] | |
| Resolution | Fixed [ 1 ] |