ElasticPoolLog interface
弹性池的日志数据
属性
id | 日志 ID |
level | 例如错误、警告、信息 |
message | 日志内容 |
operation | 触发正在记录的消息的操作 |
pool |
关联的 TaskAgentPool 的 ID |
timestamp | 日志发生的日期/时间 |
属性详细信息
id
日志 ID
id: number
属性值
number
level
message
日志内容
message: string
属性值
string
operation
poolId
关联的 TaskAgentPool 的 ID
poolId: number
属性值
number
timestamp
日志发生的日期/时间
timestamp: Date
属性值
Date