Skip to content

Commit 821d158

Browse files
authored
Move disconnect log to debug level (#26)
1 parent bb6d935 commit 821d158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xqueue.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1143,7 +1143,7 @@ function M.upgrade(space,opts,depth)
11431143
local sid = box.session.id()
11441144
local peer = box.session.storage.peer
11451145

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

0 commit comments

Comments
 (0)