Logging
How can I disable logging for requests to the
assets
folder in TanStack Start?
Currently, a single request generates multiple log entries for assets, which clutters the output and maybe rack up bills.
What's the idiomatic approach to configuring logging in TanStack Start? Or is this outside the framework's scope and should be handled differently?
2 Replies
harsh-harlequin•2mo ago
How can you see those logs? I can't
genetic-orangeOP•2mo ago
The logs are from gcp cloud run. Every request for an asset file gets logged.