-
-
Notifications
You must be signed in to change notification settings - Fork 5k
Enable acme.sh log
neil edited this page Apr 26, 2017
·
2 revisions
Once enabled, the log will take effect for any operations in future.
Example: install and enable log.
acme.sh --install --log
If you forget to enable log when installing, you can enable log by any command. Example: enable log when issuing a cert:
acme.sh --issue .... --log
The default log file is in ~/.acme.sh/acme.sh.log
And you can specify a log file path
acme.sh --issue ..... --log "/path/to/mylog.log"
The default log level is 1
, 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
acme.sh --issue ..... --log --log-level 2
Buy me a beer, Donate to acme.sh if it saves your time. Your donation makes acme.sh better: https://donate.acme.sh/
如果 acme.sh 帮你节省了时间,请考虑赏我一杯啤酒🍺, 捐助: https://donate.acme.sh/ 你的支持将会使得 acme.sh 越来越好. 感谢