Skip to content

Commit 10bcdfb

Browse files
authored
Update writelog.json
add lucee 6.2 info
1 parent 210b775 commit 10bcdfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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":"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"},
17+
"lucee": {"minimum_version":"", "notes":"In Lucee 6.2 or later the default log level is ERROR, so no messages will appear in the logfile unless you have specified type=error or type=fatal. You can change the default as discussed here: https://dev.lucee.org/t/application-log-defaults-to-error-in-6-2/14773", "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)