diff --git a/Enable-acme.sh-log.md b/Enable-acme.sh-log.md index 7e0df95..ec12880 100644 --- a/Enable-acme.sh-log.md +++ b/Enable-acme.sh-log.md @@ -23,10 +23,10 @@ acme.sh --issue ..... --log "/path/to/mylog.log" ``` ## 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. -set log level to `2` +set log level to `1` ``` acme.sh --issue ..... --log --log-level 2 ```