Skip to content

Commit

Permalink
Move disconnect log to debug level (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanyarock01 authored Nov 28, 2024
1 parent bb6d935 commit 821d158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xqueue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1143,7 +1143,7 @@ function M.upgrade(space,opts,depth)
local sid = box.session.id()
local peer = box.session.storage.peer

log.info("%s: disconnected %s, sid=%s, fid=%s", space.name, peer, sid, fiber.id() )
log.debug("%s: disconnected %s, sid=%s, fid=%s", space.name, peer, sid, fiber.id() )
box.session.storage.destroyed = true
if self.bysid[sid] then
local old = self.bysid[sid]
Expand Down

0 comments on commit 821d158

Please sign in to comment.