Skip to content

Commit

Permalink
Fix: new attempt to get logs being written out
Browse files Browse the repository at this point in the history
Still trying to tweak settings, comparing them to what I had elsewhere and see if I can get the file logs to work...
  • Loading branch information
GwynethLlewelyn committed Apr 12, 2022
1 parent a2618a0 commit cd28106
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion assets/configuration/restbot.exe.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@
<configuration>
<!--Tell the config file parser to ignore the log4net section.
log4net config is later read by the log4net init code.
Why? (gwyneth 20220412)
-->
<configSections>
<section name="log4net" type="System.Configuration.IgnoreSectionhandler" />
<section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,log4net" />
<!-- <section name="log4net" type="System.Configuration.IgnoreSectionhandler" /> -->
</configSections>
<appSettings> </appSettings>
<!-- Configure log4net. <appender name="SyslogAppender"> means
Expand Down

0 comments on commit cd28106

Please sign in to comment.