Skip to content

Added a note about how to enable http_method_override for caching kernels #5008

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Removed an unmerged change
  • Loading branch information
javiereguiluz committed Feb 18, 2015
commit e7ac0c6beac83bf58c55606c063bdd8d89a3da9f
8 changes: 1 addition & 7 deletions cookbook/logging/monolog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -229,14 +229,8 @@ Monolog allows you to process the record before logging it to add some
extra data. A processor can be applied for the whole handler stack or
only for a specific handler.

.. tip::

Beware that log file sizes can grow very rapidly, leading to disk space exhaustion.
This is specially true in the ``dev`` environment, where a simple request can
generate hundreds of log lines. Consider using tools like the ``logrotate``
Linux command to contain log files before they become a problem.

A processor is simply a callable receiving the record as its first argument.

Processors are configured using the ``monolog.processor`` DIC tag. See the
:ref:`reference about it <dic_tags-monolog-processor>`.

Expand Down