Skip to content

Commit

Permalink
Update config_example.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mpbzh committed Apr 10, 2015
1 parent f36a9fd commit 37eb3df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/config/config_example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ logs:
Demo:
Demo-Log-File:
type: local
path: /test/SyonixLogViewer/res/test.log
path: /path/to/your/monolog-viewer/installation/test/SyonixLogViewer/res/test.log
Custom Pattern:
type: local
path: /your/path/to/document/root/test/SyonixLogViewer/res/test_no_context.log
path: /path/to/your/monolog-viewer/installation/test/SyonixLogViewer/res/test_no_context.log
pattern: /\[(?P<date>.*)\] (?P<logger>\w+).(?P<level>\w+): (?P<message>[^\[\{]+)/
Acme:
Acme App:
Expand Down

0 comments on commit 37eb3df

Please sign in to comment.