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
04946e99
Commit
04946e99
authored
Sep 02, 2023
by
neil
Browse files
change the default debug level to 2.
parent
3f42487f
Changes
1
Show whitespace changes
Inline
Side-by-side
acme.sh
View file @
04946e99
...
@@ -107,7 +107,7 @@ DEFAULT_LOG_LEVEL="$LOG_LEVEL_1"
...
@@ -107,7 +107,7 @@ DEFAULT_LOG_LEVEL="$LOG_LEVEL_1"
DEBUG_LEVEL_1
=
1
DEBUG_LEVEL_1
=
1
DEBUG_LEVEL_2
=
2
DEBUG_LEVEL_2
=
2
DEBUG_LEVEL_3
=
3
DEBUG_LEVEL_3
=
3
DEBUG_LEVEL_DEFAULT
=
$DEBUG_LEVEL_
1
DEBUG_LEVEL_DEFAULT
=
$DEBUG_LEVEL_
2
DEBUG_LEVEL_NONE
=
0
DEBUG_LEVEL_NONE
=
0
DOH_CLOUDFLARE
=
1
DOH_CLOUDFLARE
=
1
...
@@ -6899,7 +6899,7 @@ Parameters:
...
@@ -6899,7 +6899,7 @@ Parameters:
-f, --force Force install, force cert renewal or override sudo restrictions.
-f, --force Force install, force cert renewal or override sudo restrictions.
--staging, --test Use staging server, for testing.
--staging, --test Use staging server, for testing.
--debug [0|1|2|3] Output debug info. Defaults to
1
if argument is omitted.
--debug [0|1|2|3] Output debug info. Defaults to
$DEBUG_LEVEL_DEFAULT
if argument is omitted.
--output-insecure Output all the sensitive messages.
--output-insecure Output all the sensitive messages.
By default all the credentials/sensitive messages are hidden from the output/debug/log for security.
By default all the credentials/sensitive messages are hidden from the output/debug/log for security.
-w, --webroot <directory> Specifies the web root folder for web root mode.
-w, --webroot <directory> Specifies the web root folder for web root mode.
...
...
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