"null" after installing the latest version upd

Post here for help with installing or upgrading mojoPortal pre-compiled release packages. When posting in this forum, please provide all relevant details. You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

Post here for help with installation of mojoPortal pre-compiled release packages

When posting in this forum, please try to provide as many relevant details as possible. Particularly the following:

  • What operating system were you running when the bug appeared?
  • What database platform is your site using?
  • What version of mojoPortal are you running?
  • What version of .NET do you use?
  • What steps are necessary to reproduce the issue? Compare expected results vs actual results.

You may also want to review the installation or upgrading documentation.

If you have questions about using the source code or working with mojoPortal in Visual Studio, please post in the Developer forum.

This thread is closed to new posts. You must sign in to post in the forums.
10/8/2011 5:44:19 PM
Gravatar
Total Posts 125

"null" after installing the latest version upd

Hello.

2 days ago i installed the latest update (ms sql) and i see some "null" like:

2011-10-08 10:34:55,623 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Global.asax.cs Application_End
2011-10-08 10:49:06,682 INFO (null) - (null) - (null) - mojoPortal.Web.Global - Application Started.

and also i see a rather "empty" system log. Usually it was busy.

Any ideas ?

Thanks

10/9/2011 8:53:38 AM
Gravatar
Total Posts 18439

Re: "null" after installing the latest version upd

Hi,

In mojoPortal 2.3.7.0 we added support for logging to the database, and in doing that, we wanted to capture a few things like ip address current thread culture, and the current url into separate fields whereas previously we were just appending them into the message field.

So what you are seeing there is nulls for application start and end events for those fields because no request is associated with those events, therefore there are not values for those fields for these specific events. For other events you will see values there.

As far as seeing less noise in the log, I have no idea, nothing changed in terms of what we log only how we log it. I have not seen any reduction of noise in my logs.

Hope that helps,

Joe

You must sign in to post in the forums. This thread is closed to new posts.