Fix logging
This commit is contained in:
parent
758dd8348d
commit
890bdf1866
2 changed files with 12 additions and 7 deletions
5
rc.lua
5
rc.lua
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue