mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2026-01-15 12:52:13 +08:00
Updated default loglevel per CLI help text.
@@ -23,10 +23,10 @@ acme.sh --issue ..... --log "/path/to/mylog.log"
|
|||||||
```
|
```
|
||||||
|
|
||||||
## 3. You can also specify log level.
|
## 3. You can also specify log level.
|
||||||
The default log level is `1`, it will output the log info same as `--debug`
|
The default log level is `2`, it will output the log info same as `--debug`
|
||||||
This is enough for most cases. You can also specify log level.
|
This is enough for most cases. You can also specify log level.
|
||||||
|
|
||||||
set log level to `2`
|
set log level to `1`
|
||||||
```
|
```
|
||||||
acme.sh --issue ..... --log --log-level 2
|
acme.sh --issue ..... --log --log-level 2
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user