Fixed
Details
Assignee
Michael OffnerMichael OffnerReporter
Brad WoodBrad WoodPriority
CriticalLabels
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
Sprint
NoneAffects versions
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Brad Wood
Brad WoodPriority
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
Sprint
None
Affects versions
Created 22 June 2018 at 01:42
Updated 8 May 2020 at 19:31
Resolved 18 March 2019 at 16:23
Now that CommandBox uses JSR-223 to start Lucee, there is no way for me to access the console output of Lucee that shows the deployment of contexts, downloading of bundles, etc. I need to be able to turn this on for debugging and I used to be able to do it with the old CLI loader classes.
Micha pointed me at these settings, however I have tried many versions of trying to use these settings and they simply do not work:
https://github.com/lucee/Lucee/blob/master/core/src/main/java/resource/config/server.xml#L17
I also tried the following JVM system props, but they also do nothing:
lucee.system.out lucee.system.err
I've given up. If this works, please show me how to do it.