Skip to content

Commit

Permalink
Merge pull request #10 from woltapp/dev
Browse files Browse the repository at this point in the history
change the log level to debug from info
  • Loading branch information
muatik authored Jun 13, 2024
2 parents fc3a3bd + 645398f commit bb828b4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,4 +160,4 @@ install(IdempotencyPlugin) {
```

##### Initial contributors
@muatik & @nualn
[@muatik](https://github.com/muatik) & [@nualn](https://github.com/nualn)
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ private suspend fun interceptRequest(
pluginConfig: PluginConfiguration,
responseRepository: IdempotentResponseRepository,
) {
logger.info { "Intercepting request: ${call.request.httpMethod} ${call.request.uri}" }
logger.debug { "Intercepting request: ${call.request.httpMethod} ${call.request.uri}" }
call.attributes.put(PluginConfiguration.attributeKey, false)
if (call.request.httpMethod !in pluginConfig.idempotentHttpMethods) {
return
Expand Down

0 comments on commit bb828b4

Please sign in to comment.