dominikh1 changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.0.6
ILoveYou has quit [Ping timeout: 240 seconds]
jonahR has quit [Quit: jonahR]
cloud has joined #cinch
Spami has quit [Quit: This computer has gone to sleep]
postmodern has joined #cinch
Spami has joined #cinch
Spami has joined #cinch
space_ has joined #cinch
space has quit [Ping timeout: 264 seconds]
postmodern has quit [Quit: Leaving]
postmodern has joined #cinch
kludge` has quit [Ping timeout: 240 seconds]
kludge` has joined #cinch
kludge` has quit [Changing host]
kludge` has joined #cinch
Spami has quit [Quit: This computer has gone to sleep]
mlue has joined #cinch
caitlinface has joined #cinch
UberDragon has quit [Remote host closed the connection]
UberDragon has joined #cinch
postmodern has quit [Quit: Leaving]
jonahR has joined #cinch
space has joined #cinch
space_ has quit [Ping timeout: 240 seconds]
jonahR has quit [Quit: jonahR]
jonahR has joined #cinch
jonahR has quit [Quit: jonahR]
Spami has joined #cinch
Spami has joined #cinch
space has quit [Remote host closed the connection]
jonahR has joined #cinch
caitlinface has left #cinch ["Linkinus - http://linkinus.com"]
Spami has quit [Quit: This computer has gone to sleep]
caitlinface has joined #cinch
dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.0.8
<dominikh> dyoung522: storage is gone from 2.0.8 and master.
caitlinface has left #cinch ["Palaver http://palaverapp.com/"]
Spami has joined #cinch
Spami has joined #cinch
Spami has quit [Quit: This computer has gone to sleep]
Spami has joined #cinch
Spami has joined #cinch
Spami has quit [Changing host]
awkisopen has joined #cinch
<awkisopen> is there a way to get cinch to log only errors to stderr
<dominikh> awkisopen: yes
<dominikh> @bot.loggers.level = :error, if I remember correctly
<awkisopen> can I also get those non-errors logged to stdout?
<dominikh> you want to separate normal logging and errors?
<awkisopen> basically yup
<dominikh> well, the logger is level-based, so lower levels include higher levels. you can have errors on stderr, but if you want normal on stdout, it would also include the errors
<awkisopen> eh, I can deal with that for my use case
<dominikh> well, unless you subclass the logger and overwrite the error logging
<dominikh> well, going with the easy approach: @bot.loggers.clear; @bot.loggers << Cinch::Logger::FormattedLogger.new($stderr); @bot.loggers[0].level = :error; @bot.loggers << Cinch::Logger::FormattedLogger.new($stdout);
<dominikh> untested, but something along those lines
<awkisopen> yeah I get the idea. thanks!
<dominikh> :)
dominikh changed the topic of #cinch to: The IRC Framework | Latest version: Cinch 2.0.9
Spami has quit [Quit: This computer has gone to sleep]
Spami has joined #cinch
Spami has quit [Quit: This computer has gone to sleep]
Spami has joined #cinch
Spami has joined #cinch
Spami has quit [Changing host]
jonahR has quit [Quit: jonahR]
Spami has quit [Quit: This computer has gone to sleep]
Spami has joined #cinch