Skip to content

Instantly share code, notes, and snippets.

@pallymore
Last active August 29, 2015 13:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save pallymore/9556417 to your computer and use it in GitHub Desktop.
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

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