We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37e4fa6 commit 97fe981Copy full SHA for 97fe981
docs/server-authorization/SecurityContext.md
@@ -130,4 +130,13 @@ Subject (`sub`) | The subject (based on the given `DecodedJWT`)
130
131
## Logging
132
133
-`SecurityContext` uses [io.unitycatalog.server.UnityCatalogServer](../server/UnityCatalogServer.md#logging) logger.
+Enable `ALL` logging level for `io.unitycatalog.server.security.SecurityContext` logger to see what happens inside.
134
+
135
+Add the following line to `etc/conf/server.log4j2.properties`:
136
137
+```text
138
+logger.SecurityContext.name = io.unitycatalog.server.security.SecurityContext
139
+logger.SecurityContext.level = all
140
+```
141
142
+Refer to [Logging](../logging.md).
0 commit comments