Flagged
Fixed
Details
Details
Assignee
Pothys - MitrahSoft
Pothys - MitrahSoftReporter
Tom Chiverton
Tom ChivertonPriority
Labels
Fix versions
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
Created 23 September 2020 at 08:50
Updated 27 January 2021 at 13:31
Resolved 27 January 2021 at 13:31
Run:
echo "<cfscript>writeOutput('hello');writelog('test');writeOutput('world');</cfscript>" > /tmp/index.cfm
Then :
docker ps
docker exec -it (whatever docker ps says for container id) tail -f /opt/lucee/web/logs/application.log
Open http://localhost/
Expected: "test" in application.log
Actual: application.log empty
writelog(text='test fatal',type="fatal") doesn't even work either.