Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
c18364c7
Commit
c18364c7
authored
Sep 02, 2023
by
neil
Browse files
change default log level to 2
parent
04946e99
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
c18364c7
...
@@ -102,7 +102,7 @@ ECC_SUFFIX="${ECC_SEP}ecc"
...
@@ -102,7 +102,7 @@ ECC_SUFFIX="${ECC_SEP}ecc"
LOG_LEVEL_1
=
1
LOG_LEVEL_1
=
1
LOG_LEVEL_2
=
2
LOG_LEVEL_2
=
2
LOG_LEVEL_3
=
3
LOG_LEVEL_3
=
3
DEFAULT_LOG_LEVEL
=
"
$LOG_LEVEL_
1
"
DEFAULT_LOG_LEVEL
=
"
$LOG_LEVEL_
2
"
DEBUG_LEVEL_1
=
1
DEBUG_LEVEL_1
=
1
DEBUG_LEVEL_2
=
2
DEBUG_LEVEL_2
=
2
...
@@ -6917,7 +6917,7 @@ Parameters:
...
@@ -6917,7 +6917,7 @@ Parameters:
-k, --keylength <bits> Specifies the domain key length: 2048, 3072, 4096, 8192 or ec-256, ec-384, ec-521.
-k, --keylength <bits> Specifies the domain key length: 2048, 3072, 4096, 8192 or ec-256, ec-384, ec-521.
-ak, --accountkeylength <bits> Specifies the account key length: 2048, 3072, 4096
-ak, --accountkeylength <bits> Specifies the account key length: 2048, 3072, 4096
--log [file] Specifies the log file. Defaults to
\"
$DEFAULT_LOG_FILE
\"
if argument is omitted.
--log [file] Specifies the log file. Defaults to
\"
$DEFAULT_LOG_FILE
\"
if argument is omitted.
--log-level <1|2> Specifies the log level, default is
1
.
--log-level <1|2> Specifies the log level, default is
$DEFAULT_LOG_LEVEL
.
--syslog <0|3|6|7> Syslog level, 0: disable syslog, 3: error, 6: info, 7: debug.
--syslog <0|3|6|7> Syslog level, 0: disable syslog, 3: error, 6: info, 7: debug.
--eab-kid <eab_key_id> Key Identifier for External Account Binding.
--eab-kid <eab_key_id> Key Identifier for External Account Binding.
--eab-hmac-key <eab_hmac_key> HMAC key for External Account Binding.
--eab-hmac-key <eab_hmac_key> HMAC key for External Account Binding.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment