Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
Silex
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
Silex
Commits
68f9b2a9
Commit
68f9b2a9
authored
Jan 21, 2014
by
Fabien Potencier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated docs for previous merge
parent
2798eb19
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
doc/changelog.rst
doc/changelog.rst
+1
-0
doc/providers/monolog.rst
doc/providers/monolog.rst
+6
-0
No files found.
doc/changelog.rst
View file @
68f9b2a9
...
...
@@ -4,6 +4,7 @@ Changelog
1.2.0 (2013-XX-XX)
------------------
* Allowed disabling the boot logic of MonologServiceProvider
* Reverted "convert attributes on the request that actually exist"
* [BC BREAK] Routes are now always added in the order of their registration (even for mounted routes)
* Added run() on Route to be able to define the controller code
...
...
doc/providers/monolog.rst
View file @
68f9b2a9
...
...
@@ -85,6 +85,12 @@ it by extending the ``monolog`` service::
return $monolog;
}));
By default, all requests are logged through a ``before`` and ``after``
middleware at boot time. You can disable or customize this behavior by
overriding the ``monolog.boot.before`` and ``monolog.boot.after`` services
respectively. The provider also registers a default ``error`` handler which
logs errors; it can be customized via the ``monolog.boot.error`` service.
Traits
------
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment