Skip to content

Commit dcdd47e

Browse files
authored
Update acl-log.md (#2129)
Clarify the logged violations
1 parent 59f6125 commit dcdd47e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

content/commands/acl-log.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,11 @@ title: ACL LOG
4747
---
4848
The command shows a list of recent ACL security events:
4949

50-
1. Failures to authenticate their connections with [`AUTH`]({{< relref "/commands/auth" >}}) or [`HELLO`]({{< relref "/commands/hello" >}}).
51-
2. Commands denied because against the current ACL rules.
52-
3. Commands denied because accessing keys not allowed in the current ACL rules.
50+
1. Failed authentications with [`AUTH`]({{< relref "/commands/auth" >}}) or [`HELLO`]({{< relref "/commands/hello" >}}) (reason = auth)
51+
2. Commands violating the current ACL rules
52+
- Disallowed commands (reason = command).
53+
- Disallowed keys (reason = key).
54+
- Disallowed pub/sub channel (reason = channel).
5355

5456
The optional argument specifies how many entries to show. By default
5557
up to ten failures are returned. The special [`RESET`]({{< relref "/commands/reset" >}}) argument clears the log.

0 commit comments

Comments
 (0)