| {{ t('admin.ops.errorLog.timeId') }} | {{ t('admin.ops.errorLog.context') }} | {{ t('admin.ops.errorLog.status') }} | {{ t('admin.ops.errorLog.message') }} | {{ t('admin.ops.errorLog.latency') }} | {{ t('admin.ops.errorLog.action') }} |
|---|---|---|---|---|---|
| {{ t('admin.ops.errorLog.noErrors') }} | |||||
|
{{ formatDateTime(log.created_at).split(' ')[1] }}
{{ (log.request_id || log.client_request_id || '').substring(0, 12) }}
|
{{ log.platform || '-' }}
{{ log.model }}
{{ t('admin.ops.errorLog.grp') }} {{ log.group_id }}
{{ t('admin.ops.errorLog.acc') }} {{ log.account_id }}
|
{{ log.status_code }}
{{ log.severity }}
|
{{ formatSmartMessage(log.message) || '-' }}
{{ log.phase }}
{{ log.client_ip }}
|
{{ log.latency_ms != null ? Math.round(log.latency_ms) + 'ms' : '--' }}
|
|