Skip to content

Commit c0a2204

Browse files
authored
Merge pull request #1699 from tomchiverton/log-level
Update for Lucee 6.2 breaking change to log levels
2 parents 2399e7b + 76c39d5 commit c0a2204

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/en/cflog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"engines": {
1515
"coldfusion": {"minimum_version":"5", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-j-l/cflog.html"},
16-
"lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/tags/log.html"},
16+
"lucee": {"minimum_version":"", "notes":"In Lucee 6.2 or later the default log level is ERROR, so no messages will appear by default.", "docs":"https://docs.lucee.org/reference/tags/log.html"},
1717
"railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/tag/cflog"},
1818
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/tag/cflog"},
1919
"boxlang": {"minimum_version":"1.0.0", "notes":"`<bx:log>` in BoxLang", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/components/system/log"}

data/en/writelog.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
],
1515
"engines": {
1616
"coldfusion": {"minimum_version":"9", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-t-z/writelog.html"},
17-
"lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/functions/writelog.html"},
17+
"lucee": {"minimum_version":"", "notes":"In Lucee 6.2 or later the default log level is ERROR, so no messages will appear by default.", "docs":"https://docs.lucee.org/reference/functions/writelog.html"},
1818
"railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/function/writelog"},
1919
"openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/writelog"},
2020
"boxlang": {"minimum_version":"1.0.0", "notes":"", "docs":"https://boxlang.ortusbooks.com/boxlang-language/reference/built-in-functions/system/writelog"}

0 commit comments

Comments
 (0)