Hi!
/opt/pgpro/std-15/bin/pg_probackup archive-push -B /var/lib/postgresql/15/backup --instance NBS_DBA --wal-file-path=%p --wal-file-name=%f --overwrite --log-format-console=json --log-format-file=json'
puts log into <postgres_name_log>.log
but postgesql logging into log with extention json
How to put archive-push command log into json postgres log?
Thanks