regression: Cflog stops writing to files

Description

 

Environment

please give version 5.3.9.137 a try and create a test case based on this example here

Attachments

1

Activity

Show:

Zac Spitzer 24 August 2022 at 09:04

just to be clear, this is now all working correctly?

Tom Chiverton 24 August 2022 at 08:55

Ahh, it’s something in the mappings. I can confirm that this

docker run --rm  --network host -v/tmp/a:/var/www -v/tmp/a/WEB-INF:/opt/lucee lucee/lucee:5.3.9.160-SNAPSHOT-nginx

Exposes the log files correctly

No evidence of missing the first cflog message either.

Tom Chiverton 24 August 2022 at 08:51

(thanks to for that tip to expose the WEB-INF, so I can see all the files are being created in it easily)

Tom Chiverton 24 August 2022 at 08:49

Nope, still broken unless the fix isn’t in the latest 5.3.9 ?

Run as

docker run --rm --network host -v/tmp/a:/var/www -v/tmp/a/WEB-INF:/opt/lucee/web
lucee/lucee:5.3.9.160-SNAPSHOT-nginx

With /tmp/a/index.cfm as

Visit http://localhost/index.cfm

outputs

a {ts '2022-08-24 08:46:50'} b

But log file is empty

root@lego:/tmp/a/WEB-INF# cat logs/application.log  
"Severity","ThreadID","Date","Time","Application","Message"

 

Refresh the page, still no output.

Waited a few minutes, still no output.

Michael Offner 22 August 2022 at 14:03

i assume the issue is resolved for you . If not let us know and we could revisit it.

Fixed

Details

Assignee

Reporter

Priority

New Issue warning screen

Before you create a new Issue, please post to the mailing list first https://dev.lucee.org

Once the issue has been verified, one of the Lucee team will ask you to file an issue

Affects versions

Created 3 May 2022 at 16:11
Updated 1 July 2023 at 15:16
Resolved 5 May 2022 at 14:40