System log

This is the place to report bugs and get support. When posting in this forum, please always provide as much detail as possible.

Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum, do not report it as a bug.

This is the place to report bugs and get support

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.
Please do not report problems with a custom build or custom code in this forum. If you are producing your own build from the source code and have problems or questions, ask in the developer forum.
This thread is closed to new posts. You must sign in to post in the forums.
9/28/2010 8:59:20 PM
Gravatar
Total Posts 125

System log

Hello.

From time to time i see some russian (i guess) messages in the log.

Example from today

2010-09-28 23:03:22,227 INFO mojoPortal.Web.Global - Global.asax.cs Application_End
2010-09-28 23:03:48,747 INFO mojoPortal.Web.Global - Приложение запущено.
2010-09-28 23:10:11,854 INFO mojoPortal.Web.Global - Application Started.
2010-09-29 02:54:35,414 INFO mojoPortal.Web.WebTaskManager - deserialized WebTaskManager task
2010-09-29 02:54:35,477 INFO mojoPortal.Web.WebTaskManager - Queued WebTaskManager on a new thread
2010-09-29 02:54:35,586 INFO mojoPortal.Business.WebHelpers.IndexWriterTask - deserialized IndexWriterTask task
2010-09-29 02:54:35,586 INFO mojoPortal.Business.WebHelpers.IndexWriterTask - Queued IndexWriterTask on a new thread

--

Thanks

9/29/2010 10:10:08 AM
Gravatar
Total Posts 18439

Re: System log

It logs the application start event. if you see it in a different language it only means that the first request ie when the application started  was by a user with a browser that has Russian as the preferred language so it logged it localized to that language.

application start event has this code:

log.Info(Resource.ApplicationStartEventMessage);

so it the string comes from a localized resource

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