Skip to content

Commit

Permalink
Fix formatting issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 19, 2014
1 parent a9a4345 commit c3d4455
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions en/core-libraries/logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,9 @@ own types by using them when you call ``CakeLog::write``.
As of 2.4 ``FileLog`` engine takes a few new options:

* ``size`` Used to implement basic log file rotation. If log file size
reaches specified size the existing file is renamed by appending timestamp
to filename and new log file is created. Can be integer bytes value or
human reabable string values like '10MB', '100KB' etc. Defaults to 10MB.
reaches specified size the existing file is renamed by appending timestamp
to filename and new log file is created. Can be integer bytes value or
human reabable string values like '10MB', '100KB' etc. Defaults to 10MB.
* ``rotate`` Log files are rotated specified times before being removed.
If value is 0, old versions are removed rather then rotated. Defaults to 10.
* ``mask`` Set the file permissions for created files. If left empty the default
Expand Down

0 comments on commit c3d4455

Please sign in to comment.