Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sysaninster committed Feb 28, 2014
1 parent 18ec518 commit fefdef0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The recommended way to install is through composer.
USAGE
=====

Add `EnliteMonolog` to your `config/application.config.php` to enable module.
1. Add `EnliteMonolog` to your `config/application.config.php` to enable module.

```php
// usage over service locator
Expand All @@ -41,6 +41,8 @@ class MyService implements MonologServiceAwareInterface

```

2. Copy the config file `config/monolog.global.php.dist` from the module to config/autoload your project.

By default it write logs to `data/logs/application.log`. If you want change this behaviour, add your config following:

```php
Expand Down

0 comments on commit fefdef0

Please sign in to comment.