Move simplelog lib to separable
This commit is contained in:
parent
5b32a8cab3
commit
e846420728
2
rc.lua
2
rc.lua
|
@ -10,7 +10,7 @@ inspect = require("lib.inspect")
|
|||
-- }}}
|
||||
|
||||
-- {{{ Logging
|
||||
log = require("simplelog")
|
||||
log = require("separable.simplelog")
|
||||
log.add_logger(log.loggers.stdio, log.level.DEBUG)
|
||||
log.add_logger(log.loggers.naughty, log.level.WARNING)
|
||||
-- }}}
|
||||
|
|
Loading…
Reference in a new issue