On Mon, Mar 16, 2026 at 4:53 AM Gyan Sreejith <[email protected]> wrote: > > > Thank you! I have attached the changes.
Thank You for the patch. 1) I observed that when we give both --verbose and --logdir options, it skips verbose and only dumps logs to logdir. Is this intentional? I don't see any other postgres command with both the options provided and thus cannot compare the behaviour. But IMO, if the user has explicitly given both options, we should dump the log on both (stdout and logfile). Thoughts? (Apologies if this has already been discussed and I missed it.) 2) I noticed a minor difference when running the command with both --verbose and --logdir, depending on the order in which they are specified. If --verbose is specified first, I see the following message on the console: pg_createsubscriber: directory ../../pg_createsub/20260317T112204.848 created But if --logdir is specified first, this message does not appear on the console. Is this behavior intentional? thanks Shveta
