Skip to content

\Config\

Ceramicskate0 edited this page Apr 6, 2020 · 15 revisions

SWELF App Setting Config

Configuration Summary:

SWELF C:\ ..\Config\ is the folder that contains the Files for SWELF to use when taking in user supplied configuration information on how the app should operate. See HERE for a list of things not to put in config file This folder contains the following files:

How to Update SWELFs Config Locally/Initally:

SWELF.exe -c {File Path}  

If you run the application as admin starting on version 0.6.0.0 the app will attempt to make that file its ConsoleAppConfig.conf file to be used. From here you can tell SWELF to be centrally configured. It also will check its Directory structure for the other configs. It will store these values and use them from then on or until its told to update either centrally or with the '-c' option again.

Summary:

File path for application configuration.

Summary:

Place path to a directory to monitor (it will monitor all files of type .txt and .log only). example: C:\FolderName\

Summary:

Place full file path to file to monitor every time app is run example: C:\FolderName\File.txt

example: C:\FolderName\File.log

Summary:

Logname'=' EventID Number (if 1st run '1' can be used)

WARNING: Only change to number if you wish to have app rescan logs from beginning.

NOTE: If you forget to add the log here and you want to search it never fear app will handle it for you :)

Clone this wiki locally