Group: Forum Members
Posts: 2,
Visits: 2
|
Hi! I have a log file designed (poorly) as follows:
3 2020-04-09 10:57:58 Doing a first pass over 353 file(s). 3 2020-04-09 10:57:58 Skipping file C:\Users\... 7 2020-04-09 10:57:58 - Found tag number... 3 2020-04-09 10:58:01 Created Acquisition... 3 2020-04-09 10:59:16 Warning: There are elements... There is no explicit log level for the first two entries. The words "Doing", "Skipping" and "Created" are parsed as if they were a log level DEBUG, SEVERE and CRITICAL respectively. What I would like is to have an UNKNOWN level for those, as it is for the dash "-" before "Found tag number.." Here's my config %t %d{yyyy-MM-dd %H:mm:ss} %p %m%n
Thank you!
/Teresa
|