Log4net Not Creating Log File

后端 未结 6 1000
栀梦
栀梦 2020-12-15 03:34

I\'m getting an error on a program that has log4net configured, but no log file is being created. I\'m certain the logging is set up in the program because other users have

6条回答
  •  盖世英雄少女心
    2020-12-15 04:33

    access denied in asp.net user could be an issue. eg: running from test project does logging but running from web application won't

    just add this to config

    
        
    

    debug the application and watch the standard output. this will output log4net debug info (removed once issue is found out)

提交回复
热议问题