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
Logging is noisy and should be more configurable. Temporary workaround:
ALTER FUNCTION pgl_ddl_deploy.subscriber_command(name,text[],name,name,text,text,integer,integer,boolean,pgl_ddl_deploy.signals,integer,pgl_ddl_deploy.driver,boolean)
SET log_min_messages TO fatal
SET log_min_error_statement TO warning;
The text was updated successfully, but these errors were encountered:
Logging is noisy and should be more configurable. Temporary workaround:
The text was updated successfully, but these errors were encountered: