As requested, I've just sent you an email.
- snappy
DebugLogLevel
to the session the value -1
which is supposed to represent 'Reduced' doesn't apply. The log level remains as 'Normal'. I can see in the session output within PowerShell that the value is assigned as -1
, but it's as if it's being ignored. It works fine for Debug 1 and 2.
-2
then I get the following error:
Exception setting "DebugLogLevel": "Specified argument was out of the range of valid values.
Parameter name: Logging level has to be in range 0-2"
-1
without any issue. So I guess the error message just hasn't been updated. The GUI works fine.