mithlond
07/29/2022, 7:38 PMjava -version
it spits out:
java version "18.0.2" 2022-07-19
Java(TM) SE Runtime Environment (build 18.0.2+9-61)
Java HotSpot(TM) 64-Bit Server VM (build 18.0.2+9-61, mixed mode, sharing)Mark Takata (Adobe)
08/01/2022, 7:36 PMchris-schmitz
08/01/2022, 8:33 AMGareth
08/02/2022, 1:57 AMblusol
08/02/2022, 2:39 PMbdw429s
08/03/2022, 8:40 PMcgi.cert_cookie
as a possible CGI variable, however this page https://helpx.adobe.com/coldfusion/cfml-reference/reserved-words-and-variables/cgi-environment-cgi-scope-variables/cgi-server-variables.html doesn't define what it is or what value it may contain. Are there any docs explaining this?Gareth
08/04/2022, 1:53 AMMark Takata (Adobe)
08/04/2022, 5:07 PMDave Merrill
08/08/2022, 2:40 PMSLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:{lib directory}/log4j-slf4j-impl-2.17.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:{lib directory}/slf4j-log4j12-1.7.12.jar!/org/slf4j/impl/StaticLoggerBinder.class]
The server starts up and runs seemingly fine.
Those are the same log4j version.
• Which of those is supposed to be there?Tim
08/08/2022, 4:55 PMabstract
keyword that was added in cf2018. Before I go filing bugs, I want to know if what I'm doing is supposed to work.Adam Cameron
Animesh Dutta
08/09/2022, 5:15 AMMark Takata (Adobe)
08/10/2022, 1:19 PMrstewart
08/10/2022, 5:04 PMAdam Cameron
something.log
, and I want to set its log level to be "ERROR", so that any writeLog
calls to it on a lower logging level don't log.
All I can find is a global entry in `/opt/coldfusion/cfusion/lib/neo-logging.xml`:
<var name='priority'><string>information</string></var>
However I don't see how to set that in the CFAdmin UI. But even then, I don't want the global setting, I want to set it on a specific log.Dave Merrill
08/11/2022, 7:35 PMjoechastain
08/12/2022, 3:27 PMMark Takata (Adobe)
08/12/2022, 4:45 PMmithlond
08/16/2022, 7:35 PMmithlond
08/16/2022, 8:06 PMMark Takata (Adobe)
08/16/2022, 8:43 PMMark Takata (Adobe)
08/17/2022, 8:53 PMAdam Cameron
mithlond
08/18/2022, 10:06 PMSlackbot
08/18/2022, 10:20 PMmithlond
08/18/2022, 10:35 PMMark Takata (Adobe)
08/18/2022, 11:13 PMdrewnathanson
08/18/2022, 11:28 PMmithlond
08/19/2022, 6:35 PMsettings.json
file has no trailing commas or comments in it. Basically, needs to be syntactically valid vanilla JSON.mithlond
08/19/2022, 8:18 PM