Skip to content

Commit

Permalink
addressing #3
Browse files Browse the repository at this point in the history
  • Loading branch information
polettix committed Nov 10, 2012
1 parent f23f5cf commit d1f0936
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ Dancer::Logger::Log4perl - Dancer adapter for Log::Log4perl
SYNOPSIS
========

In your config.yml
In your `config.yml`

logger: log4perl
log4perl:
config_file: log4perl.conf

In your log4perl.conf
In your `log4perl.conf`

log4perl.rootLogger = DEBUG, LOG1
log4perl.appender.LOG1 = Log::Log4perl::Appender::File
log4perl.appender.LOG1.filename = /var/log/mylog.log
Expand Down

0 comments on commit d1f0936

Please sign in to comment.