use the correct args in the log
This commit is contained in:
parent
4e0d0b53e8
commit
615f1d32ac
@ -45,7 +45,7 @@ func (arp *ATRequestParser) GetSessionId(ctx context.Context, rq any) (string, e
|
||||
if err != nil {
|
||||
context.WithValue(arp.Context, "at-session-id", sessionId)
|
||||
}
|
||||
logg.Debugf("Received request:", decodedStr)
|
||||
logg.Debugf("Received request:", "request body", decodedStr)
|
||||
}
|
||||
|
||||
if err := rqv.ParseForm(); err != nil {
|
||||
|
Loading…
Reference in New Issue
Block a user