Fix logging

This commit is contained in:
crater2150 2015-05-24 23:47:19 +02:00
parent 758dd8348d
commit 890bdf1866
2 changed files with 12 additions and 7 deletions

5
rc.lua
View file

@ -13,9 +13,8 @@ layouts = require('layouts')
-- {{{ Logging
log = require("simplelog")
log.add_logger(log.loggers.stdio, log.level.debug)
log.add_logger(log.loggers.naughty, log.level.warn)
log.add_logger(log.loggers.stdio, log.level.DEBUG)
log.add_logger(log.loggers.naughty, log.level.WARNING)
-- }}}
-- {{{ Tags