... UserEnvDebugLevel = REG_DWORD 30002 ...
... ExtensionDebugLevel = REG_DWORD 0x2 ...
From the above documentation, it seems "30002" should be a decimal number, since you will assume hexadecimal number will prefix "0x". It is not working at all.
Used value "0x30002" and it worked.