Skip to content

Commit

Permalink
Merge pull request #4 from tmpreston/patch-1
Browse files Browse the repository at this point in the history
Update adding-logging.rst
  • Loading branch information
odinserj committed Aug 27, 2014
2 parents 18e821b + f0502c4 commit db712de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users-guide/deployment-to-production/adding-logging.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Hangfire uses the `Common.Logging <https://github.com/net-commons/common-logging

If your application does not have any logging framework installed, you need to choose and install it first. There are different logging frameworks, such as NLog, log4net, etc., but their description should not be in this article.

Hangfire does not procuce much log messages and uses different logging levels to separate different types of messages. All logger names start with the ``Hangfire`` prefix, so you can use wildcarding feature of your logging framework to make Hangfire logging separate from your application logging.
Hangfire does not produce many log messages and uses different logging levels to separate different types of messages. All logger names start with the ``Hangfire`` prefix, so you can use wildcarding feature of your logging framework to make Hangfire logging separate from your application logging.

Installing support for NLog
----------------------------
Expand Down

0 comments on commit db712de

Please sign in to comment.