Skip to content

Instantly share code, notes, and snippets.

@pallymore
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save pallymore/9556417 to your computer and use it in GitHub Desktop.

Select an option

Save pallymore/9556417 to your computer and use it in GitHub Desktop.
local postgres.app logging (logging has to be enabled first) Postgres93 is the name of the postgres app
tail -f ~/Library/Application\ Support/Postgres93/var/pg_log/*
edit:
~/Library/Application Support/Postgres93/var/postgresql.conf
Then:
logging_collector = on
log_directory = 'pg_log'
@maciejkowalski

Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment