Where are the PostgreSQL logs on macOS?

前端 未结 8 1773
慢半拍i
慢半拍i 2020-12-12 15:57

I would like to take a look at the PostgreSQL log files to see what my app writes to them but I can\'t find them.

Any ideas?

8条回答
  •  遥遥无期
    2020-12-12 16:49

    If you are using Postgres.app, you can find the Data Directory location in the Preferences dialog box. In that directory, the log is at postgres-server.log.

    For example, on my machine, the log is at /Users/nofinator/Library/Application Support/Postgres/var-9.4/postgres-server.log.

提交回复
热议问题