You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logs related to WebSocket API invocations should be able to be enabled in WSO2 API Manager. These logs should allow to monitor WebSocket API invocations and debug/troubleshoot issues that may arise.
Solution
Websocket access logs are implemented by overriding io.netty.handler.logging.LoggingHandler and adding it to the websocket pipeline.
These Access logs are printed only if the related configurations are added to log4j2.properties file and there can be slight performance impact when the access logs are enabled. So it is recommended not to enable Websocket access logs if there is no requirement, in production environments.
The text was updated successfully, but these errors were encountered:
Problem
Logs related to WebSocket API invocations should be able to be enabled in WSO2 API Manager. These logs should allow to monitor WebSocket API invocations and debug/troubleshoot issues that may arise.
Solution
Websocket access logs are implemented by overriding io.netty.handler.logging.LoggingHandler and adding it to the websocket pipeline.
These Access logs are printed only if the related configurations are added to log4j2.properties file and there can be slight performance impact when the access logs are enabled. So it is recommended not to enable Websocket access logs if there is no requirement, in production environments.
The text was updated successfully, but these errors were encountered: