Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions site/src/content/docs/general/logging.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,13 @@ If using a custom base logger, you must manually configure your own log level in

For more advanced Pino configuration options, see the [Pino API documentation](https://getpino.io/#/docs/api?id=export).

### Disable Welcome Message

You can disable the default RivetKit welcome message with:

```typescript
registry.runServer({
noWelcome: true
})
```

Loading