lowered SVS queue process time limit warning to debug level

This commit is contained in:
Mikayla Fischler
2023-07-29 18:44:17 -04:00
parent df67795239
commit 3f01ce7ec5
2 changed files with 3 additions and 3 deletions

View File

@@ -21,7 +21,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v0.22.0"
local SUPERVISOR_VERSION = "v0.22.1"
local println = util.println
local println_ts = util.println_ts