Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 444 Bytes

exeConfigFile.md

File metadata and controls

10 lines (8 loc) · 444 Bytes

WinSW EXE Configuration File

In addition to the XML Configuration File, WinSW uses a standard .NET winsw.exe.config file, which allows setting up some custom settings.

Use-cases:

  • Declaring compatibility with newer .NET versions (see the Installation Guide)
  • Managing custom behavior for the offline mode (see the Installation Guide)
  • Managing Logging levels of log4j
  • etc.