The Timestamping Authority solution records logs in the following file.

/var/log/pods/tsa_tsa-<pod>/tsa/0.log

The clock status service provides synchronization data and records logs in the following file.

/var/log/pods/tsa_clockstatus-<pod>/clockstatus/0.log

These logs can be browsed:

See below for a reference of each log field.

See below for sample logs.

Successful timestamp request
{
"elapsed": "0.015",
"level": "info",
"msg": "ProcessTimeStampRequest.Done",
"service": "tsa",
"time": "2026-07-12T17:30:21Z"
}
Completed clock status operation
{
"elapsed": "0.00057304",
"endpoint": "clock",
"level": "info",
"msg": "GetClockData.Done",
"request": {
"host": "172.21.2.203:9295",
"method": "GET",
"url": "/clock"
},
"service": "clockstatus",
"time": "2026-07-11T05:11:56Z"
}
Clock status error
{
"elapsed": "0.001694443",
"level": "error",
"msg": "GetClockStatus.InternalError",
"service": "tsa",
"time": "2026-07-15T09:21:59Z",
"cause": {
"msg": "ErrorGetClockData",
"cause": {
"msg": "dial tcp 10.1.143.91:9295: connect: connection refused"
}
}
}