mirror of
https://github.com/postgres/postgres.git
synced 2026-03-24 11:23:46 -04:00
pg_createsubscriber: Introduce module-specific logging functions.
Replace generic pg_log_* calls with report_createsub_log() and report_createsub_fatal(). This refactor provides the necessary infrastructure to support logging to external files via the -l option. These new functions enable the utility to route messages to both the terminal and a log file based on the logging configuration and verbosity levels provided by the user. Author: Hayato Kuroda <kuroda.hayato@fujitsu.com> Author: Gyan Sreejith <gyan.sreejith@gmail.com> Reviewed-by: shveta malik <shveta.malik@gmail.com> Reviewed-by: Amit Kapila <amit.kapila16@gmail.com> Discussion: https://postgr.es/m/CAEqnbaUthOQARV1dscGvB_EsqC-YfxiM6rWkVDHc+G+f4oSUHw@mail.gmail.com
This commit is contained in:
parent
ded9754804
commit
d6628a5ea0
1 changed files with 477 additions and 272 deletions
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue