mirror of
https://github.com/mattermost/focalboard.git
synced 2024-11-24 08:22:29 +02:00
Change the unregistered connection logline to debug level (#1494)
This commit is contained in:
parent
fa6b486572
commit
a184206395
@ -226,7 +226,7 @@ func (pa *PluginAdapter) OnWebSocketConnect(webConnID, userID string) {
|
||||
func (pa *PluginAdapter) OnWebSocketDisconnect(webConnID, userID string) {
|
||||
pac, ok := pa.GetListenerByWebConnID(webConnID)
|
||||
if !ok {
|
||||
pa.api.LogError("received a disconnect for an unregistered webconn",
|
||||
pa.api.LogDebug("received a disconnect for an unregistered webconn",
|
||||
"webConnID", webConnID,
|
||||
"userID", userID,
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user