diff --git a/site/src/content/docs/general/logging.mdx b/site/src/content/docs/general/logging.mdx index 86ead2d751..a12e7d9e3f 100644 --- a/site/src/content/docs/general/logging.mdx +++ b/site/src/content/docs/general/logging.mdx @@ -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 +}) +``` +