Skip to content

Commit e9f12fc

Browse files
authored
Fix typo for max-files
In XML a dash is used for the attribute max-files, but in the comment above that XML element an underscore was used (max_files). Other XML examples in the Symfony Docs (like the routing doc page) use dashes for XML attributes, so I concluded that this XML attribute is also correctly written, and the comment has to be changed instead.
1 parent f49d24b commit e9f12fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

logging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ option of your handler to ``rotating_file``:
315315
https://symfony.com/schema/dic/monolog/monolog-1.0.xsd">
316316
317317
<monolog:config>
318-
<!-- "max_files": max number of log files to keep
318+
<!-- "max-files": max number of log files to keep
319319
defaults to zero, which means infinite files -->
320320
<monolog:handler name="main"
321321
type="rotating_file"

0 commit comments

Comments
 (0)