mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 14:05:05 +08:00
Apply suggestions from code review
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
@@ -213,10 +213,10 @@ show log_min_messages;
|
||||
|
||||
Note that `LOG` is a higher level than `WARNING` and `ERROR`, so if your level is set to `LOG`, you will not see `WARNING` and `ERROR` messages.
|
||||
|
||||
### Limits and Caveats
|
||||
### Limits and caveats
|
||||
|
||||
- PostgreSQL log events on the Supabase Platform are limited to 100,000 characters. If a log event exceeds this limit, it will be truncated. This does not apply to self-hosting.
|
||||
- Internal connection logs to PostgreSQL within the Supabase Platform by internal services are not logged. This does not apply to self-hosting.
|
||||
- Postgres log events on the Supabase Platform are limited to 100,000 characters. If a log event exceeds this limit, it will be truncated. This does not apply to self-hosting.
|
||||
- Internal connection logs to Postgres within the Supabase Platform by internal services are not logged. This does not apply to self-hosting.
|
||||
|
||||
## Logging realtime connections
|
||||
|
||||
|
||||
Reference in New Issue
Block a user