You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

NLog.config 751 B

12345678910111213
  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!-- Warning: Configuration may reset after shadowsocks upgrade. -->
  3. <!-- If you messed it up, delete this file and Shadowsocks will create a new one. -->
  4. <nlog xmlns="http://www.nlog-project.org/schemas/NLog.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  5. <targets>
  6. <!-- This line is managed by Shadowsocks. Do not modify it unless you know what you are doing.-->
  7. <target name="file" xsi:type="File" fileName="ss_win_temp\shadowsocks.log" writeBom="false" encoding="utf-8"/>
  8. </targets>
  9. <rules>
  10. <!-- This line is managed by Shadowsocks. Do not modify it unless you know what you are doing. -->
  11. <logger name="*" minlevel="Info" writeTo="file"/>
  12. </rules>
  13. </nlog>