October 2014
Intermediate to advanced
142 pages
3h 9m
English
In this chapter, we will be covering the management of the PostgreSQL logfile. You will be guided through the most essential configuration switches. If there is anything related to administration—this is it. You will learn about various log levels and, hopefully, gain valuable insights.
By the end of this chapter, log management will be an easy task for you.
This chapter covers the following topics:
If you have compiled PostgreSQL from source, you will see that by default, all the logging generated simply goes to standard error (stderr). Sending log output to stderr ...
Read now
Unlock full access