# HG changeset patch # User Kim Alvefur # Date 1338824306 -7200 # Node ID c2c30f94e6196aed56351530a8726db2e163aa06 # Parent 6b3ee06d58379993550ed02bd91750cbfa27ce59 init.lua: Print 'info', 'warn', and 'error' loglevels by default. diff -r 6b3ee06d5837 -r c2c30f94e619 init.lua --- a/init.lua Mon Jun 04 17:37:27 2012 +0200 +++ b/init.lua Mon Jun 04 17:38:26 2012 +0200 @@ -120,6 +120,8 @@ c:hook("incoming-raw", print); c:hook("outgoing-raw", print); verse.set_log_handler(print); + else + verse.set_log_handler(print, {"info","warn","error"}); end for _, plugin in ipairs(config.plugins or {}) do