diff --git a/data/en/cflog.json b/data/en/cflog.json index a21d87fc6..78fc819fa 100644 --- a/data/en/cflog.json +++ b/data/en/cflog.json @@ -13,7 +13,7 @@ ], "engines": { "coldfusion": {"minimum_version":"5", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-tags/tags-j-l/cflog.html"}, - "lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/tags/log.html"}, + "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"}, "railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/tag/cflog"}, "openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/tag/cflog"} }, diff --git a/data/en/writelog.json b/data/en/writelog.json index e93271a5c..2043cc709 100644 --- a/data/en/writelog.json +++ b/data/en/writelog.json @@ -14,7 +14,7 @@ ], "engines": { "coldfusion": {"minimum_version":"9", "notes":"", "docs":"https://helpx.adobe.com/coldfusion/cfml-reference/coldfusion-functions/functions-t-z/writelog.html"}, - "lucee": {"minimum_version":"", "notes":"", "docs":"https://docs.lucee.org/reference/functions/writelog.html"}, + "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"}, "railo": {"minimum_version":"", "notes":"", "docs":"http://railodocs.org/index.cfm/function/writelog"}, "openbd": {"minimum_version":"", "notes":"", "docs":"http://openbd.org/manual/?/function/writelog"} },