You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`exclude`|`string[]`|`undefined`| Route patterns to exclude from logging. Supports glob (`/api/_nuxt_icon/**`). Exclusions take precedence over inclusions |
63
63
|`routes`|`Record<string, RouteConfig>`|`undefined`| Route-specific service configuration. Allows setting different service names for different routes using glob patterns |
64
64
|`pretty`|`boolean`|`true` in dev | Pretty print with tree formatting |
65
-
|`inset`|`string`|`'evlog'`| Nested property name for wide events |
65
+
|`inset`|`string`|`undefined`| Nested property name for wide events |
66
66
|`sampling.rates`|`object`|`undefined`| Head sampling rates per log level (0-100%). See [Sampling](#sampling)|
67
67
|`sampling.keep`|`array`|`undefined`| Tail sampling conditions to force-keep logs. See [Sampling](#sampling)|
68
68
|`transport.enabled`|`boolean`|`false`| Enable sending client logs to the server. See [Client Transport](#client-transport)|
@@ -514,4 +514,4 @@ evlog requires TypeScript 5.0 or higher for optimal type inference.
514
514
515
515
## Next Steps
516
516
517
-
-[Quick Start](/getting-started/quick-start) - Learn the core concepts and start using evlog
517
+
-[Quick Start](/getting-started/quick-start) - Learn the core concepts and start using evlog
0 commit comments