chore: 添加.gitignore文件并更新服务器日志

添加.gitignore文件以忽略服务器日志文件
更新server-20251127.log日志文件,包含MySQL连接错误信息
This commit is contained in:
zhouyonggao 2025-11-27 16:45:04 +08:00
parent 00ebfdd24f
commit 5cd593b3b5
2 changed files with 7 additions and 0 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
server/log/server-20251127.log

View File

@ -236,3 +236,9 @@ server listening on :8077
{"bytes":14666,"duration_ms":786,"kind":"access","level":"INFO","method":"","path":"","query":"","remote":"","status":200,"trace_id":"","ts":"2025-11-27T16:26:50+08:00"} {"bytes":14666,"duration_ms":786,"kind":"access","level":"INFO","method":"","path":"","query":"","remote":"","status":200,"trace_id":"","ts":"2025-11-27T16:26:50+08:00"}
{"bytes":14666,"duration_ms":821,"kind":"access","level":"INFO","method":"","path":"","query":"","remote":"","status":200,"trace_id":"","ts":"2025-11-27T16:26:51+08:00"} {"bytes":14666,"duration_ms":821,"kind":"access","level":"INFO","method":"","path":"","query":"","remote":"","status":200,"trace_id":"","ts":"2025-11-27T16:26:51+08:00"}
{"bytes":14666,"duration_ms":792,"kind":"access","level":"INFO","method":"","path":"","query":"","remote":"","status":200,"trace_id":"","ts":"2025-11-27T16:26:51+08:00"} {"bytes":14666,"duration_ms":792,"kind":"access","level":"INFO","method":"","path":"","query":"","remote":"","status":200,"trace_id":"","ts":"2025-11-27T16:26:51+08:00"}
connecting YMT MySQL: 47.97.27.195:3306 db merketing user root
connecting Marketing MySQL: 192.168.6.92:3306 db market user root
Error 1045 (28000): Access denied for user 'root'@'117.175.169.61' (using password: NO)
connecting YMT MySQL: 47.97.27.195:3306 db merketing user root
connecting Marketing MySQL: 192.168.6.92:3306 db market user root
Error 1045 (28000): Access denied for user 'root'@'117.175.169.61' (using password: NO)