Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Mar 14, 2024
1 parent 08628a8 commit a2282d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions doc/server/netty.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,3 +119,7 @@ val serverBinding: Future[NettyFutureDomainSocketBinding] =
)
.startUsingDomainSocket(Paths.get(System.getProperty("java.io.tmpdir"), "hello"))
```

## Logging

By default, [logging](debugging.md) of handled requests and exceptions is enabled, and uses an slf4j logger.

0 comments on commit a2282d3

Please sign in to comment.