Setting uSignalrAppender wrongly up in log4net.config
Hi
The installer seems to setup the appender wrong in the log4net.config. Both the appender-ref and appender tags are inserted INTO the existing tags instead og NEXT TO. See my config here:
Arrrrgghhhh! I thought that was fixed. I am using the package actions contrib update xml file as post install action. I have it set to add the updates to the end of appender and appender-ref nodes basically i have
Hmm.. I haven't used PAC before but maybe the xpath for the appender-ref should be "//root", specifying that the snippet should be appended to the end of the "root" element? And the appender likewise, xpath="/log4net"?
Setting uSignalrAppender wrongly up in log4net.config
Hi
The installer seems to setup the appender wrong in the log4net.config. Both the appender-ref and appender tags are inserted INTO the existing tags instead og NEXT TO. See my config here:
This prevents logging to signalr
/Bo
Bo,
Arrrrgghhhh! I thought that was fixed. I am using the package actions contrib update xml file as post install action. I have it set to add the updates to the end of appender and appender-ref nodes basically i have
Not sure why its adding it in the wrong place?? Just move it out into its proper place and it should work.
Regards
Ismail
Hmm.. I haven't used PAC before but maybe the xpath for the appender-ref should be "//root", specifying that the snippet should be appended to the end of the "root" element? And the appender likewise, xpath="/log4net"?
Just a thought
/Bo
Hello Bo.
I would recommend installing LiveLogger via nuget now
https://nuget.org/packages/LiveLogger.Umbraco
Cheers,
Warren :)
is working on a reply...