lucee / extension-websocket

GNU Lesser General Public License v2.1
0 stars 0 forks source link

Lucee 6 single context is not logging to websocket.log #3

Closed webonix closed 4 months ago

webonix commented 5 months ago

I have created a log for websocket, but nothing is getting written to that file

.CFConfig.json

    "websocket": {
      "appender": "resource",
      "appenderArguments": "path:{lucee-config}/logs/websocket.log",
      "level": "trace",
      "layout": "classic"
    }

this does write something to the log

<cflog log="websocket" text="host=#host# port=#port# isSecure=#isSecure#" type="information">

I am seeing this in the Lucee console

called [onMessage] for component [Test] with session id [0], message size: [4], got a return value.
webonix commented 4 months ago

working now for single and multi context