After my intial install on 5/21 I have only had 4 other events show up in the log, and these were when I preformed an upgrade. I'm trying to trouble shoot some scheduler issues and without a working log I'm stuck. Logging is enabled in the umbraco.config file.
When you say scheduler issues do you mean scheduled tasks as defined in umbracoSettings.config? If so then the task you are running do you write to the log in the task itself e.g if its a webservice do you create log entries e.g Log.Add(LogTypes.Error,0,"blahhh");
Yes I am refferring to the scheduled tasks as defined in umbracoSettings.config. Currently I do not have the task being ran adding log entries, though I will add that. I do, however, have the log="true" set in the scheduled task definition.
Getting tasks up and running would be great, as I can't schedule any page publish/unpublish. I'm also curios why I stopped getting log entries.
Umbraco log no longer updating
After my intial install on 5/21 I have only had 4 other events show up in the log, and these were when I preformed an upgrade. I'm trying to trouble shoot some scheduler issues and without a working log I'm stuck. Logging is enabled in the umbraco.config file.
Any ideas?
When you say scheduler issues do you mean scheduled tasks as defined in umbracoSettings.config? If so then the task you are running do you write to the log in the task itself e.g if its a webservice do you create log entries e.g Log.Add(LogTypes.Error,0,"blahhh");
Regards
Ismail
Yes I am refferring to the scheduled tasks as defined in umbracoSettings.config. Currently I do not have the task being ran adding log entries, though I will add that. I do, however, have the log="true" set in the scheduled task definition.
Getting tasks up and running would be great, as I can't schedule any page publish/unpublish. I'm also curios why I stopped getting log entries.
Thanks!
I take that back. Logging seems to have kicked in for the last 24 hours as I now have a boatload of debug log entries. No scheduled tasks though.
is working on a reply...