Available formats: content-negotiated html turtle (see SIOC for the vocabulary)
Back to channel and daily index: content-negotiated html turtle
These logs are provided as an experiment in indexing discussions using IRCHub.py, Irc2RDF.hs, and SIOC.
| 01:43:25 | <jmcarthur> | mightybyte: i put up some (currently rather ugly) migration stuff, but it doesn't work properly. the sessions and users seem to be wiped out after the migration. i'm not really sure what to look for at this point |
| 01:43:36 | <jmcarthur> | i haven't done migrations before now |
| 02:24:52 | <mightybyte> | jmcarthur: I'm really busy right now. I don't know when I'll have time to look at that, but I'll put it on my todo list. |
| 02:26:59 | <jmcarthur> | mightybyte: that's fine. just letting you know what things are looking like. i will probably just move on to some of the other things i planned to do instead of worrying about the migration, yet |
| 02:42:55 | <mightybyte> | jmcarthur: Ok, that's fine with me. I don't have any migration experience either. |
| 13:19:12 | <kristofer> | there's this weird bug, I can't upgrade HStringTemplate with cabal because it can't find Data.Generics.Aliases |
| 13:19:29 | <kristofer> | 'it was found in multiple packages' |
| 13:19:43 | <dcoutts> | kristofer: try with --preference='base >= 4' |
| 13:20:01 | <dcoutts> | it's a bug in the HStringTemplate package spec |
| 13:20:14 | <dcoutts> | it claims it works with base 3, but it's wrong |
| 13:23:34 | <kristofer> | dcoutts, --preference is an unrecognized cabal option? |
| 13:28:16 | <dcoutts> | kristofer: oh I guess you're using cabal version 0.6 ? you can install version 0.6.2 |
| 16:39:33 | <mightybyte> | Has anyone used the simpleHTTP logging? |
| 16:51:40 | <mightybyte> | I'm having trouble getting it working with 0.2.1. |
| 17:58:18 | <jmcarthur_work> | mightybyte, what's that? |
| 17:59:17 | <jmcarthur_work> | ACTION checks irc logs online |
| 17:59:26 | <jmcarthur_work> | oh simpleHTTP logging |
| 17:59:39 | <jmcarthur_work> | i've not used it before. wouldn't know |
| 17:59:43 | <jmcarthur_work> | n/m then |
| 20:36:49 | <gcollins> | mightybyte: I've used simpleHTTP logging |
| 20:37:14 | <gcollins> | webHandler <- betterFileHandler "log/access.log" INFO |
| 20:37:29 | <gcollins> | updateGlobalLogger "Happstack.Server.AccessLog.Combined" |
| 20:37:29 | <gcollins> | (setLevel INFO . setHandlers [webHandler]) |
| 20:38:06 | <gcollins> | use "fileHandler" instead of "betterFileHandler" -- that's something I wrote (to facilitate log rotation via logrotate, it closes the file periodically) |
| 21:13:43 | <mightybyte> | gcollins: Ok, thanks. "Happstack.Server.AccessLog.Combined" is what I was looking for. |
| 21:14:09 | <gcollins> | np |
| 21:55:03 | <mightybyte> | gcollins: When I do that, the combined logs are sent to the file, but also to the console. How do I stop them from going to the console? |
| 21:55:26 | <gcollins> | are you using setHandlers? |
| 21:55:43 | <gcollins> | or just adding the file handler? |
| 21:56:44 | <mightybyte> | setHandlers |
| 22:04:08 | <mightybyte> | Are the Happstack.Server.AccessLog.Combined log messages also getting passed up to the root logger? |
| 22:10:57 | <mightybyte> | I tried "updateGlobalLogger rootLoggerName (setLevel CRITICAL)", but I still get the messages on the console. |
| 22:41:23 | <mightybyte> | I'm also using another logger "Abc.Def" in my app, and that one isn't going to the console. |
Back to channel and daily index: content-negotiated html turtle