Skip to content

Commit

Permalink
Less log spammy
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rken committed Oct 22, 2024
1 parent 5de70c5 commit d4518bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class DeviceRoute @Inject constructor(
)
}
)
call.respond(response).also { log(TAG, INFO) { "getDevices($callInfo): -> $response" } }
call.respond(response).also { log(TAG) { "getDevices($callInfo): -> $response" } }
}

private suspend fun RoutingContext.deleteDevice(deviceId: DeviceId) {
Expand Down

0 comments on commit d4518bd

Please sign in to comment.