You are here: Installation > Web.config > Configuration/applicationSettings > LogFileName (for LightSpeed)

LogFileName (for LightSpeed)

The value of this setting indicates to AuctionWorx where it should write its LightSpeed specific log file.

Usage

Change this value to indicate where to store AuctionWorx LightSpeed log files.

Example

To set your log file location for LightSpeed, you would change the highlighted value below:

<RainWorx.FrameWorx.DAL.LightSpeed.Logger.Properties.Settings>
<settingname="LogFileName" serializeAs="String">
<value>your log file name</value>
</setting>
</RainWorx.FrameWorx.DAL.LightSpeed.Logger.Properties.Settings>