forked from github/server
change log level from warn->info
This commit is contained in:
parent
202d52e7f3
commit
b8de887399
|
@ -14,7 +14,7 @@ function pkg.update()
|
||||||
local o = f.options
|
local o = f.options
|
||||||
local bit = (math.floor(o / 8) % 2)
|
local bit = (math.floor(o / 8) % 2)
|
||||||
if bit==0 then
|
if bit==0 then
|
||||||
eressea.log.warning("enable JSON report for " .. tostring(f))
|
eressea.log.info("enable JSON report for " .. tostring(f))
|
||||||
f.options = o + 8
|
f.options = o + 8
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue