Skip to content

Update for Lucee 6.2 breaking change to log levels #1699

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

tomchiverton
Copy link
Contributor

@pfreitag
Copy link
Member

pfreitag commented May 1, 2025

@tomchiverton thanks for this - I was a little confused when I first read your update which says "Note in Lucee 6.2 or later the default log level is ERROR, so no messages will appear by default."

I had thought this meant the default type for cflog was changed to error, but you mean that the lucee appender only writes logs to file with type=error or type=fatal.

So a few suggested updates.

  1. Instead of putting this in the description, let's move it to the lucee engine notes
  2. Let's clarify this a bit, maybe something like this: "In Lucee6.2+ the default appender log level is ERROR, so only logs with type error or fatal would be written to the log file by default"

@tomchiverton
Copy link
Contributor Author

How do I add an engine specific note ?

@pfreitag
Copy link
Member

pfreitag commented May 1, 2025

@tomchiverton under "engines" then "lucee", there is a key called "notes":

"lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/tags/log.html"},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants