You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple-to-configure FluentNHibernate storage implementation for [Log4Net](http://logging.apache.org/log4net/). Supports MS SQL Server, MySQL, PostgreSQL, Oracle, Firebird, DB/2, SQLite, MS Access (Jet), and SQL Server Compact Edition.
4
+
A simple-to-configure FluentNHibernate storage implementation for [Log4Net](http://logging.apache.org/log4net/). Supports MS SQL Server, MySQL, PostgreSQL, Oracle, Firebird, DB/2, SQLite, MS Access (Jet), and SQL Server Compact Edition.
5
5
6
6
7
7
Run the following command in the NuGet Package Manager console to install Hangfire.FluentNHibernateStorage:
@@ -122,7 +122,7 @@ You need to make a few changes to your app.config or web.config file:
122
122
2. Add a `log4net` section
123
123
3. In the `log4net` section, add the two `logger` entries as shown below. This will keep NHibernate from spewing its internal logging into your database (unless you *want* that!).
124
124
4. In the `log4net` section, add a `root` entry that sets your default minimum log level (DEBUG, INFO, WARN, ERROR).
125
-
5. You don't need to add an `appender`-type entry because the code above is doing that for you. But you're free to add more - follow the examples shown [here](https://logging.apache.org/log4net/release/config-examples.html).
125
+
5. You don't need to add an `appender`-type entry because the code above is doing that for you. But you're free to add more - follow the examples shown [here](https://logging.apache.org/log4net/release/config-examples.html).
0 commit comments