File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11---
22title : ServiceControl Forwarding Log Queues
33summary : Details of the ServiceControl audit and error configuration and forwarding behavior
4- reviewed : 2023-07-08
4+ reviewed : 2025-06-27
55---
66
77## Audit and error queues
@@ -13,7 +13,7 @@ ServiceControl can also forward these messages to two log queues:
1313 * Error messages are optionally forwarded to the _ error_ log queue. Default: ` error.log ` .
1414 * Audit messages are optionally forwarded to the _ audit_ log queue. Default: ` audit.log ` .
1515
16- This behavior can be set through ServiceControl Management.
16+ This forwarding behavior can be enabled or disabled through ServiceControl Management.
1717
1818![ ] ( managementutil-queueconfig.png ' width=500 ')
1919
@@ -33,12 +33,12 @@ Forwarding by Custom Processor:
3333
3434 "error" -> Custom Processor -> "error.log" -> ServiceControl
3535
36- This will prioritize the custom processor over ServiceControl for audit and error processing
36+ This gives the custom processor control over message handling before ServiceControl does for audit and error processing.
3737
3838
3939## Error and audit log queues
4040
41- The log queues retain a copy of the original messages ingested by ServiceControl.
41+ The log queues(error.log, audit.log) retain a copy of the original messages ingested by ServiceControl.
4242The queues are not directly managed by ServiceControl and are meant as points of external integration.
4343
4444> [ !NOTE]
You can’t perform that action at this time.
0 commit comments