Move simplelog lib to separable
This commit is contained in:
parent
5b32a8cab3
commit
e846420728
2 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue