-
Notifications
You must be signed in to change notification settings - Fork 0
7.0 xoloserver help
Chris Lasell edited this page Sep 27, 2025
·
1 revision
Name:
xoloserver, The server for 'xolo', a tool for managing Patch Titles and Versions in Jamf Pro
Usage:
xoloserver --production --debug --help --version [config --help options args]
See 'xoloserver config --help' for configuration options.
Options:
-v, --version Print version and exit
-h, --help Show this help and exit
-p, --production Run xoloserver in production mode.
This sets various server settings to production mode, including setting the log-level to 'info' at start-time, unless -d is also given.
By default the server starts in development mode, and the log level is 'debug'
-d, --debug Run xoloserver in debug mode. This sets the log-level to 'debug' at start-time in production mode.