mirror of
https://github.com/winsw/winsw.git
synced 2025-12-10 18:37:28 +08:00
10 lines
444 B
Markdown
10 lines
444 B
Markdown
WinSW EXE Configuration File
|
|
====
|
|
|
|
In addition to the [XML Configuration File](xmlConfigFile.md), 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](installation.md))
|
|
* Managing custom behavior for the offline mode (see the [Installation Guide](installation.md))
|
|
* Managing Logging levels of log4j
|
|
* etc. |