Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Oras Al-Kubaisi committed May 3, 2017
1 parent dea0619 commit 0c1b09a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
# Monolog Logger Middleware
Monolog Middleware to be used with PSR-7 middleware frameworks like Zend Expressive and Slim.

The stable version now is *1.0* which has `loggables` setting inspired by Guzzle Log Format. You can set any data in request/response/headers that you want to log from config file
**Now it does support Zend Expressive `2.*`**

To use with Zend Expressive `1.*` please install version `1.1.4`

`loggables` setting inspired by Guzzle Log Format. You can set any data in request/response/headers that you want to log from config file
rather than in code to give more flexibility in logging more/less data based on your needs.


Expand Down

0 comments on commit 0c1b09a

Please sign in to comment.