Skip to content

Commit 6f09c4e

Browse files
committed
add debug logging
1 parent e88d2fe commit 6f09c4e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/main/scala/App.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ object App extends cask.MainRoutes:
128128
scribe.warn(s"Received request with invalid secret key: $secretKey")
129129
cask.Response("Unauthorized", statusCode = 401)
130130
else
131+
scribe.info(request.text())
131132
decode[AuthentikEventPayload](request.text()) match
132133
case Left(e) =>
133134
scribe.error(s"Failed to decode JSON payload: ${e.getMessage}")

0 commit comments

Comments
 (0)