expected application.log entries (note has to be error to show up, which is silly, info should work)
logging from application.cfc also doesn’t work, see log.zip
it works fine when using console appender
02.11.2020 15:11:58,405 ERROR [web.8b4ddab421be35b08483af29b7e2ecd2.application] start outside thread
02.11.2020 15:11:58,407 ERROR [web.8b4ddab421be35b08483af29b7e2ecd2.application] inside thread 1
02.11.2020 15:11:58,407 ERROR [web.8b4ddab421be35b08483af29b7e2ecd2.application] inside thread 2
02.11.2020 15:11:58,408 ERROR [web.8b4ddab421be35b08483af29b7e2ecd2.application] inside thread 3
02.11.2020 15:11:58,408 ERROR [web.8b4ddab421be35b08483af29b7e2ecd2.application] inside thread 4
02.11.2020 15:11:58,409 ERROR [web.8b4ddab421be35b08483af29b7e2ecd2.application] inside thread 5
02.11.2020 15:11:58,410 ERROR [web.8b4ddab421be35b08483af29b7e2ecd2.application] inside thread 6
02.11.2020 15:11:58,410 ERROR [web.8b4ddab421be35b08483af29b7e2ecd2.application] inside thread 7
02.11.2020 15:11:58,411 ERROR [web.8b4ddab421be35b08483af29b7e2ecd2.application] inside thread 8
02.11.2020 15:11:58,412 ERROR [web.8b4ddab421be35b08483af29b7e2ecd2.application] inside thread 9
02.11.2020 15:11:58,413 ERROR [web.8b4ddab421be35b08483af29b7e2ecd2.application] inside thread 10
02.11.2020 15:11:58,420 ERROR [web.8b4ddab421be35b08483af29b7e2ecd2.application] end outside thread, 3,7,4,6,8,2,9,5,10,1
application.cfc also works fine with console appender, so problem must be with the resource appender
I've checked this issue with fixed lucee version 5.3.8.102-SNAPSHOT. Now logging works fine.