writelog() creates a log file as expected, but the application name column is empty.
PS I'm using lucee:5.3-nginx Docker image, which appears to use the 5.3.6.61 jar's (looking at https://hub.docker.com/layers/lucee/lucee/5.3-nginx/images/sha256-c0221598e5b14bfe343f6f516cd4e11d93a10afe7e87eba09240dc7e283fb1d9?context=explore ) but this shows as unreleased in the drop down here. Is it released or not ?
FROM lucee/lucee:5.3-nginx
The issue happened with both the latest and old versions too. So, I've added a fix for this ticket.
Pull Request: https://github.com/lucee/Lucee/pull/1000
, The issue resolved on 5.3.8.48_SNAPSHOT.
When is 5.3.8 due out ?
Fixed in lucee/lucee:5.3.8.138-SNAPSHOT-nginx
Test case outputs (without file= in writelog)