Skip to content

Commit eb0e925

Browse files
committed
[symfony#3203] Changing my mind and backporting these docs to 2.3
1 parent f658639 commit eb0e925

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cookbook/logging/monolog_regex_based_excludes.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@
66
How to Configure Monolog to Exclude 404 Errors from the Log
77
===========================================================
88

9-
.. versionadded:: 2.4
10-
This feature was introduced to the MonologBundle in version 2.4, which
11-
was first packaged with Symfony at version 2.4. However, the 2.4 version
12-
of the MonologBundle is also compatible with Symfony 2.3.
9+
.. versionadded:: 2.3
10+
This feature was introduced to the MonologBundle in version 2.4. This
11+
version is compatible with Symfony 2.3, but only MonologBundle 2.3 is
12+
installed by default. To use this feature, upgrade your bundle manually.
1313

1414
Sometimes your logs become flooded with unwanted 404 HTTP errors, for example,
1515
when an attacker scans your app for some well-known application paths (e.g.

0 commit comments

Comments
 (0)