Updated default loglevel per CLI help text.

David Gilbert
2025-09-27 17:26:54 -04:00
parent 093311b5d7
commit 04987e724a

@@ -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
```