Update README.md

This commit is contained in:
yshtcn 2023-08-04 11:49:41 +08:00 committed by GitHub
parent 5c27dfb7f2
commit 5988ef959d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,7 @@ Python is not installed.
可以把heartbeat_with_pythonw.bat加入开机自动启动例如windows启动文件夹、计划任务等便于开机自启。
### 日志文件
心跳日志会存放在heartbeat.log包括时间和返回值如果使用py执行还会日志会被回显。例如下面是一个返回200正常值的日志
心跳日志会存放在heartbeat.log包括时间和返回值。例如下面是一个返回200正常值的日志
```
2023-08-04 11:46:15.306916 Ping: 8ms. Final URL: http://example.com/heartbeat?ping=8. Response status code: 200
```