We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cc728 commit 934e28bCopy full SHA for 934e28b
src/AbpCompanyName.AbpProjectName.WebMpa/Global.asax.cs
@@ -10,7 +10,7 @@ public class MvcApplication : AbpWebApplication<AbpProjectNameWebModule>
10
protected override void Application_Start(object sender, EventArgs e)
11
{
12
AbpBootstrapper.IocManager.IocContainer.AddFacility<LoggingFacility>(
13
- f => f.UseAbpLog4Net().WithConfig("log4net.config")
+ f => f.UseAbpLog4Net().WithConfig(Server.MapPath("log4net.config"))
14
);
15
16
base.Application_Start(sender, e);
0 commit comments