Skip to content

Commit 1fea6a0

Browse files
authored
Weekly docs review of the error and audit log forwarding (#7240)
* Update errorlog-auditlog-behavior.md
1 parent 05a0607 commit 1fea6a0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

servicecontrol/errorlog-auditlog-behavior.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: ServiceControl Forwarding Log Queues
33
summary: 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.
4242
The queues are not directly managed by ServiceControl and are meant as points of external integration.
4343

4444
> [!NOTE]

0 commit comments

Comments
 (0)