We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Now we merge compute_ctl and postrgesql logs into one stream.
in both prod and pytest environments
It is sometimes convenient to have them in chronological order - if they were separate logs you'd need to open both logs and compare the timestamps.
But this complicates debugging postgresql issues. Also this blocks issues about showing postgresql logs to user such as #4075
Let's discuss possible improvements
cc: @MMeent, @hlinnaka
The text was updated successfully, but these errors were encountered:
compute_ctl
See also neondatabase/autoscaling#578
Sorry, something went wrong.
No branches or pull requests
Now we merge compute_ctl and postrgesql logs into one stream.
in both prod and pytest environments
It is sometimes convenient to have them in chronological order - if they were separate logs you'd need to open both logs and compare the timestamps.
But this complicates debugging postgresql issues.
Also this blocks issues about showing postgresql logs to user such as #4075
Let's discuss possible improvements
cc: @MMeent, @hlinnaka
The text was updated successfully, but these errors were encountered: