feat: Show container log timestamps (#11785)

This commit is contained in:
MoeShin
2026-02-04 17:42:37 +08:00
committed by GitHub
parent b0a053b397
commit 35ea1a1d6c
6 changed files with 39 additions and 5 deletions

View File

@@ -4590,6 +4590,12 @@
"in": "query",
"name": "tail",
"type": "string"
},
{
"description": "是否显示时间",
"in": "query",
"name": "timestamp",
"type": "string"
}
],
"responses": {