Show/Hide Toolbars

Activation Server 6

If you use the MSI installer, the configuration is done automatically and only necessary, if you want to manually change default settings.

 

This configuration file configures the log file. You may only change the highlighted values.

 

The latest log file can be downloaded in the menu Administration / Setup, Download Log File. Additional backups of log files are only available via FTP in the folder ..\logs.

 

<log4net>

 <appender name="RollingFileAppender" type="log4net.Appender.RollingFileAppender">

         <file value="logs/lpws.log" />

         <appendToFile value="true" />

         <rollingStyle value="Size" />

         <maxSizeRollBackups value="10" />

         <maximumFileSize value="1000KB" />

         <staticLogFileName value="true" />

         <layout type="log4net.Layout.PatternLayout">

                 <param name="ConversionPattern" value="%d [%t] %-5p %c [%x] - %m%n" />

         </layout>

 </appender>        

 <root>

         <level value="DEBUG" />

         <appender-ref ref="RollingFileAppender" />

 </root>

 <logger name="de.subware.common.swbase">

         <level value="WARN" />

 </logger>        

</log4net>