Linux命令查看日志
查看日文件关键字附近前后50条日志
tailf app.log |grep -C 50 "Request{method=GET, url="
查看指定时间范围内的日志
sed -n '/2022-04-15 16:09:45.067/,/2022-04-15 16:09:46.999/p' app.log
HTTP Get 请求curl
curl -G -d 'applyUser=WuHaoTian&taskAssignee=WuHaoTian&formTitle=标题' http://xxx.xxx.com/api/notify