Weblutions Documentation
Weblutions Main Site Contact Us Our Discord
Some pages are still pending proper formatting, if required refer to the legacy documentation website.
FaxStore IconFaxStore

Weblutions Documentation / FaxStore / Enable Debug Mode

Updated

Enable Debug Mode

By Josh M. 1 min 5

FaxStore offers a debug mode which enables additional logs to be shown in the FaxStore application console while the store boots. This can be helpful for when FaxStore fails to boot due to connection issues to Weblutions services and/or the database.

To enable this edit the config.json file to include the following:

"siteInformation": {
    "startDebug": true
}

Example:

Example of config