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