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
{{ message }}
This repository has been archived by the owner on Jun 4, 2024. It is now read-only.
Hi,
i have some long identifier, and i wanted to disable the NOTICE logs that is slowing down the system.
NOTICE: identifier "review__marketStore_address_province_region_country_translations" will be truncated to "review__marketStore_address_province_region_country_translation"
i tried to disable logs on the db side by SET client_min_messages = 'ERROR';
but i still see the logs on the console.
are there any things that i can do beside using the js pg package?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
i have some long identifier, and i wanted to disable the NOTICE logs that is slowing down the system.
NOTICE: identifier "review__marketStore_address_province_region_country_translations" will be truncated to "review__marketStore_address_province_region_country_translation"
i tried to disable logs on the db side by
SET client_min_messages = 'ERROR';
but i still see the logs on the console.
are there any things that i can do beside using the js pg package?
The text was updated successfully, but these errors were encountered: