Skip to content

Missing error messages in file logs #488

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
deric opened this issue May 5, 2022 · 2 comments
Closed

Missing error messages in file logs #488

deric opened this issue May 5, 2022 · 2 comments
Assignees

Comments

@deric
Copy link

deric commented May 5, 2022

When running backups with logging to file --log-filename=backup.log --log-level-file=info --log-directory=/backup/log
this is written to log:

2022-05-04 20:44:10 UTC [3676366]: INFO: Start transferring data files
2022-05-04 21:39:13 UTC [3676366]: ERROR: Problem in receivexlog
2022-05-04 21:39:13 UTC [3676366]: ERROR: Interrupted during page reading
2022-05-04 21:39:13 UTC [3676366]: ERROR: Interrupted during page reading
2022-05-04 21:39:13 UTC [3676366]: ERROR: Interrupted during page reading
2022-05-04 21:39:13 UTC [3676366]: ERROR: Interrupted during page reading
2022-05-04 21:39:14 UTC [3676366]: ERROR: Data files transferring failed, time elapsed: 55m:4s
2022-05-04 21:39:14 UTC [3676366]: WARNING: backup in progress, stop backup
2022-05-04 21:39:14 UTC [3676366]: WARNING: Backup RBDLLE is running, setting its status to ERROR

Which is fine. However the actual (first) error is only written to stdout/stderr:

pg_probackup-13: error: unexpected termination of replication stream: ERROR:  requested WAL segment 0000000400015FB10000000E has already been removed
@Burus
Copy link
Contributor

Burus commented Jun 1, 2022

Thx! We push it into the backlog for the next releases.

@Burus Burus self-assigned this Jun 1, 2022
@gsmolk
Copy link
Contributor

gsmolk commented Jun 18, 2022

It will be fixed by #350

@gsmolk gsmolk closed this as completed Jun 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants