Skip to content

Commit

Permalink
Correct two small typos in vocabulary. (#1365)
Browse files Browse the repository at this point in the history
  • Loading branch information
antony authored Mar 25, 2024
1 parent 46f4236 commit 4b97c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cheatsheets/Logging_Vocabulary_Cheat_Sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ INFO
{
"datetime": "2019-01-01 00:00:00,000",
"appid": "foobar.netportal_auth",
"event": "authn_password_change:joebob1",
"event": "authn_password_change_fail:joebob1",
"level": "INFO",
"description": "User joebob1 failed to changing their password",
...
Expand Down Expand Up @@ -422,7 +422,7 @@ All activity by privileged users such as admin should be recorded.
"appid": "foobar.netportal_auth",
"event": "authz_admin:joebob1,user_privilege_change",
"level": "WARN",
"description": "Administrtator joebob1 has updated privileges of user foobarapi from user to admin",
"description": "Administrator joebob1 has updated privileges of user foobarapi from user to admin",
...
}
```
Expand Down

0 comments on commit 4b97c6a

Please sign in to comment.