Open vickeybird opened 8 years ago
There should be no additional configuration to setup the logging but the error you are getting may not be logged. Can you tell me the steps to reproduce?
First, a big thanks for your quick response. Here are the steps I took.
Another intriguing fact is that there are no SMTP configuration settings in web.config as described in few blogs about making email integration work.
The logging will use the connection string "BugNET" from your web.config, if you changed the name it won't log errors.
I have the same problem, Connection string "BugNET" in Web.Config should be correct, because I can Login the Web system(I think it means the connection string is correct)
I have also the same problem with version 1.6.339.0. Error when trying to send test email and no logs in the logs.
Please help!
I have the same problem. Application is not logging any error in version 1.6.339, i have debug the code and found issue , issue is ConfigureAdoNetAppender() method in not able to configure adoAppender, as adoAppender is null , application is not logging any error or info.
Hello,
You can try and add the following to the appSettings section in the web.config
<add key="log4net.Config" value="log4net.config" />
This is one of a couple of ways to make log4net point to a specific file.
I'm working on my first Bugnet implementation. I encountered errors while testing SMTP configuration which instructed me to view error log for details. However there were no errors reported in the error log page.
I looked into the BugNet_ApplicationLog table in the database and found it empty. Do i have to explicitly enable logging to get it working? Apart from this issue, the application runs fine which means there are no database access issues.