apoc.log.info
过程 Apoc 扩展
apoc.log.info(message, params) - 记录信息消息
配置参数
该过程支持在 APOC 配置文件 (apoc.conf) 中使用以下属性
| 名称 (name) | type | 默认 | description(描述) |
|---|---|---|---|
apoc.user.log.type |
字符串 |
|
日志记录类型。
|
apoc.user.log.window.ops |
Long |
10 |
时间窗口内允许的日志消息数量。如果超过此配额,日志消息将被跳过。 |
apoc.user.log.window.time |
Long |
10000 |
时间窗口的长度(以毫秒为单位)。 |