redsolution / xabber-websocket

Standalone WebSocket connection manager needed to connect Xabber for Web to multiple different XMPP servers
https://www.xabber.com
GNU Affero General Public License v3.0
11 stars 7 forks source link

Change the log level #9

Closed SorteHarshada closed 2 years ago

SorteHarshada commented 2 years ago

I want to change the log level in xabber websocket. Where to find the log level configuration?. My connection via xabber websocket is failing while connecting from jmeter but working fine with my application. So i want to see the logs why it is failing , which is not generated in current scenario.

oxoWrk commented 2 years ago

../xabber_ws/config/xabber_ws.config

{lager, [ {handlers, [ {lager_console_backend, [{level, info}]} ]} ]}