Cannot see Lucee's console messages for debugging in JSR-223

Description

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.

Environment

None

Activity

Show:

Michael Offner 14 March 2019 at 07:47

https://github.com/lucee/Lucee/commit/6652bbc61c88d5fdd486ed248e484c01acdd0025

removed all console log done by Lucee, now lucee logs to the "application" log instead IF AVAILABLE, if not it logs to the "global" log what does not follow the log pattern defined in the admin.

Brad Wood 27 February 2019 at 16:47

Thanks for looking into it. It will be a great help in debugging to be able to get that output from JSR-223 redirected somewhere.

Michael Offner 27 February 2019 at 07:07

the goal need to be that Lucee never log to the console at all, i will try to give ithigher priority, but i cannot give you any time estimate. it is part of the upcoming sprint...

Brad Wood 26 February 2019 at 19:49

What will it take to get this working. This is still a real pain when troubleshooting Lucee startups in CommandBox or JSR-223 in general. I've got someone whose CommandBox is trying to download OSGI bundles inside Lucee on startup and I have no way to be able to debug this for them. How can I redirect Lucee's output? Changing the system out stream is not a good solution for me since the JLine library in CommandBox needs to actually use the system out for console interactions.

Michael Offner 3 December 2018 at 13:08
Edited

one secure way around is to set

System.setErr(...); System.setOut(...);
Fixed

Details

Assignee

Reporter

Priority

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

Affects versions

Created 22 June 2018 at 01:42
Updated 8 May 2020 at 19:31
Resolved 18 March 2019 at 16:23

Flag notifications