Skip to content

Commit

Permalink
removed low level logging again
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 14, 2012
1 parent e5d214d commit f8bf070
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion Changes
@@ -1,7 +1,6 @@
This file documents the revision history for Perl extension Mojolicious.

2.62 2012-03-14 00:00:00
- Improved logging of low level exceptions in Mojolicious.
- Improved documentation.

2.61 2012-03-14 00:00:00
Expand Down
4 changes: 0 additions & 4 deletions lib/Mojo.pm
Expand Up @@ -34,10 +34,6 @@ sub new {
$self->log->path($self->home->rel_file('log/mojo.log'))
if -w $self->home->rel_file('log');

# Low level exception handling
Mojo::IOLoop->singleton->iowatcher->on(
error => sub { $self->log->error(pop) });

return $self;
}

Expand Down

0 comments on commit f8bf070

Please sign in to comment.