diff --git a/rc.lua b/rc.lua index 59ae1f7..da37e95 100644 --- a/rc.lua +++ b/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) -- }}} diff --git a/simplelog.lua b/separable/simplelog.lua similarity index 100% rename from simplelog.lua rename to separable/simplelog.lua