After enabled Logging of SignalR component through adding a <system.diagnostic> section to the web.config of my app, i've experienced the following problems:
- if logging is configured to log into a text file, it works fine, but no date / time is logged (?)
- if logging is configured to log to eventlog, and i added the event source manually, the eventlog can't find the "event message file" or the file (C:\Windows\Microsoft.NET\Framework64\v4.0.30319\EventLogMessages.dll) does not contain the error descriptions of SignalR Events.
anybody knows, how to configure logging for signalr in a more detailed way ? br Manfred