Skip to content

Commit 4850393

Browse files
committed
chore: document noWelcome
1 parent 2abab1a commit 4850393

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

site/src/content/docs/general/logging.mdx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,13 @@ If using a custom base logger, you must manually configure your own log level in
100100

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

103+
### Disable Welcome Message
104+
105+
You can disable the default RivetKit welcome message with:
106+
107+
```typescript
108+
registry.runServer({
109+
noWelcome: true
110+
})
111+
```
112+

0 commit comments

Comments
 (0)