Skip to content

Instantly share code, notes, and snippets.

@fkumro
Created February 22, 2011 15:00
Show Gist options
  • Save fkumro/838797 to your computer and use it in GitHub Desktop.
Save fkumro/838797 to your computer and use it in GitHub Desktop.
Keeping Catalyst quiet unless in debug mode
__PACKAGE__->log->levels( qw/info warn error fatal/ ) unless __PACKAGE__->debug;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment