[Stackoverflow] [Progress OpenEdge ABL] openedge logging framework roll files

Status
Not open for further replies.
R

Renzo Ramos

Guest
We are using the Openedge logging framework and trying to figure out how configure a file rolling setup. I tried setting up ${t.YYYY}-${t.MM}-${t.DD}-${t.MMM} for testing and see if I would get a new file every minute but the log files do not roll. It just keeps adding to the log which does get created with the right name "Common.v1.Logging": { "logLevel": "TRACE", "filters": [ "myfilter", { "name": "NAMED_FILE_WRITER", "fileName": "../logs/logFile.%t{yyyy}.log", "appendTo": true } ] }

Continue reading...
 
Status
Not open for further replies.
Top