Migrate talkative to external repo
This commit is contained in:
parent
21f96586e7
commit
7fab902da6
5 changed files with 11 additions and 83 deletions
2
rc.lua
2
rc.lua
|
@ -13,7 +13,7 @@ beautiful.init(awful.util.getdir("config") .. "/theme.lua")
|
|||
require("tapestry")
|
||||
|
||||
-- {{{ Logging
|
||||
log = require("separable.simplelog")
|
||||
log = require("talkative")
|
||||
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