other:debug

Configure the login failure daemon debug level.

juggernaut --task=other:debug --DEBUG=<0-2>
Option
Value Default Description
--DEBUG <0-2> 0 For internal debug testing only. You should not enable this option as it could cause instability in csf and lfd.
--default <yes> Reset all settings to their default values.
--default_option <option> Reset a specific setting to its default value.
--restart <yes> Restart the service after saving settings.

Examples

// enable debugging
juggernaut --task=other:debug --DEBUG=2 --restart=yes

// reset DEBUG back to default
juggernaut --task=other:debug --default_option=DEBUG --restart=yes

// reset all settings back to default
juggernaut --task=other:debug --default=yes --restart=yes