-
Notifications
You must be signed in to change notification settings - Fork 24
Configuration & Troubleshooting
Matthew Gallina edited this page Dec 19, 2018
·
10 revisions
sMockin's log files can be found here within your user home directory: .smockin/log/smockin.log
If you continue to identify any issues within this file then please drop an email to [email protected]
To help development and debugging potential issues, sMockin can be started up using a number of different modes:
- DEBUG Allows remote debugging from port 8008.
- INMEM Uses an in-memory DB instead of the main DB.
- RESET_SYS_ADMIN Resets the System Admin user's password back to factory default.
- CONSOLE Runs sMockin in console view with DEBUG level logging.
Examples:
-
To run sMockin using console mode:
- ./start.sh -CONSOLE
-
To run sMockin in debug mode:
- ./start.sh -DEBUG
(Please note these modes are only available to MAC and Linux users at present)