ManageIQ issue https://github.com/ManageIQ/manageiq/issues/13259: The default log level for the websocket_log is info and the messages mirrored to the evm.log are ERROR. We don't expose a way to configure the log level for this logger. irb(main):001:0> $websocket_log.level => 1 irb(main):002:0> $websocket_log.mirror_level => 3 We should expose the log level for this logger, similar to how we do for many other mirrored loggers. PR: https://github.com/ManageIQ/manageiq/pull/13265
Websocket log level can now be configured through Configuration -> Advanced, by editing the line :level_websocket: to contain info, error, fatal, debug, or any other valid log level. FYI, websocket logs can be found at /var/www/miq/vmdb/log/websocket.log on your appliance.