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
deep-jade•5mo ago
How can you see those logs? I can't
foreign-sapphireOP•5mo ago
The logs are from gcp cloud run. Every request for an asset file gets logged.