Skip to content

Commit

Permalink
More typo fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed May 19, 2013
1 parent 30c75b9 commit 2ce9623
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 @@ -10,7 +10,7 @@ difficult.

Logging can also be a way to find out what's been going on in your
application over time. What search terms are being used? What sorts
of errors are my users being shown? How often is a particular querysepa
of errors are my users being shown? How often is a particular query
being executed?

Logging data in CakePHP is easy - the log() function is a part of
Expand Down Expand Up @@ -159,7 +159,7 @@ Logging to Syslog

.. versionadded:: 2.4

In production environments it is highly recomended that you setup your system to
In production environments it is highly recommended that you setup your system to
use syslog instead of the files logger. This will perform much better as any
writes will be done in a (almost) non-blocking fashion and your operating system
logger can be configured separately to rotate files, pre-process writes or use
Expand All @@ -183,7 +183,7 @@ following keys:
for the error type, and the second for the message itself. This key is
useful to add additional information about the server or process in the
logged message. For example: ``%s - Web Server 1 - %s`` will look like
``error - Web Server 1 - An error occured in this request`` after
``error - Web Server 1 - An error occurred in this request`` after
replacing the placeholders.
* `prefix`: An string that will be prefixed to every logged message.
* `flag`: An integer flag to be used for opening the connection to the
Expand Down

0 comments on commit 2ce9623

Please sign in to comment.