Update settings.xml for deeper debugging

Add to the help message explaining the two new debug levels.
This commit is contained in:
Bill Gertz
2019-10-15 18:05:06 +02:00
committed by GitHub
parent 4d2368f13b
commit 7407626055
@@ -41,7 +41,7 @@
<id>acmeclient.settings.logLevel</id>
<label>Log Level</label>
<type>dropdown</type>
<help><![CDATA[Specifies the log level for acme.sh, default is "normal". All other log levels add information for debug purposes, but be aware that this will break the log formatting in the GUI.]]></help>
<help><![CDATA[Specifies the log level for acme.sh, default is "normal". All other log levels add information for debug purposes, but be aware that this will break the log formatting in the GUI. Levels "debug 2" and "debug 3" log successively deeper log messages from the acme.sh including messages from DNS-01 DNSAPI scripts.]]></help>
<advanced>true</advanced>
</field>
</form>