如何精準查詢日誌

Zbccs發表於2020-11-06

精準查詢日誌

1.進入容器中,命令
kubectl get all -n

2.定位你的程式
kubectl exec -n sccdcs -it 程式 /bin/bash

3.找到你的log檔案

4.精準查詢,比如查44秒-47秒間的日誌
grep ‘2020-11-05 11:50:4[4-7]’ base.log.2020-11-05

相關文章