November Happy Hour will be moved to Thursday December 5th.
November Happy Hour will be moved to Thursday December 5th.
That is a bug that it logs if the queryparameter is missing. The intention is to log if the parameter is present but the value is unexpected. I report a bug for it. Thanks for reporting!
Thanks Johan!
No problem, I play around a lot with EPiServer and Azure right now so I might report a lot of things for a while right now.
The same thing happens to me after upgrading to "EPiServer 7.5 – update 29". The logs are filled up pretty quickly. Anything we can do to turn this off while waiting for a patch?
2014-08-21 16:31:09,986 [76] WARN EPiServer.Core.LoaderSettingsFactory: Query string parameter 'epiprojects' is expected to be ',' separated
Obvisouly, adding the following to EPiServerLog.config is a workaround:
I can confirm that we have the same problem on a commerce site running 7.10.
anve
One way to remove just that is to implement the filter I write about here:
http://world.episerver.com/Blogs/Henrik-Fransas/Dates/2014/3/How-to-remove-logging-of-404-request-from-EPiServers-logfiles/
And then create a filter like this:
I have noticed that after an upgrade we done lately (do no know exactly when it happened) we get a lot of this in our logfiles when we have WARN.
Query string parameter 'epiprojects' is expected to be ',' separated numbers. Current value was ''
Anyone know what it can be?