Looking over the ServerError code there is no built in way to tell camping to log its errors is there? I suppose the answer it to instantiate a logger, inherit ServerError, call super and pass the return into the logger? If we using fcgi on production, does the ServerError get called, or only the server_error in fcgi.rb? Mainly I''m wondering if there is just one place I can handle things (my theoretical overloaded ServerError method), or if I need to get in there and muck with e code of fastcgi.rb also. BTW, I''ve got things (camping fcgi on dreamhost with mysql) mostly running, aside this last bit, and I''ll blog some of the tricky bits, and see if there is anything on fcgi that should be updated on the wiki after I push it live. Thanks, Tim