Skip to content

Instantly share code, notes, and snippets.

@blaggacao
Last active April 15, 2018 17:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save blaggacao/d389940ef7b223eebc707096b536967d to your computer and use it in GitHub Desktop.
Save blaggacao/d389940ef7b223eebc707096b536967d to your computer and use it in GitHub Desktop.
POstgres STDOUT logs
2018-04-11 23:57:46.511 UTC [16438] FATAL: password authentication failed for user "postgres"
2018-04-11 23:57:46.511 UTC [16438] DETAIL: User "postgres" has no password assigned.
Connection matched pg_hba.conf line 183: "host all all 0.0.0.0/0 md5"
2018-04-11 23:57:49.501 UTC [16398] ERROR: could not obtain lock on row in relation "ir_cron"
2018-04-11 23:57:49.501 UTC [16398] STATEMENT: SELECT id FROM "ir_cron" WHERE id IN (5) FOR UPDATE NOWAIT
2018-04-11 23:57:51.474 UTC [16443] ERROR: could not obtain lock on row in relation "ir_cron"
2018-04-11 23:57:51.474 UTC [16443] STATEMENT: SELECT id FROM "ir_cron" WHERE id IN (5) FOR UPDATE NOWAIT
2018-04-11 23:58:16.580 UTC [16470] FATAL: password authentication failed for user "postgres"
2018-04-11 23:58:16.580 UTC [16470] DETAIL: User "postgres" has no password assigned.
Connection matched pg_hba.conf line 183: "host all all 0.0.0.0/0 md5"
2018-04-11 23:58:16.582 UTC [16471] FATAL: password authentication failed for user "postgres"
2018-04-11 23:58:16.582 UTC [16471] DETAIL: User "postgres" has no password assigned.
Connection matched pg_hba.conf line 183: "host all all 0.0.0.0/0 md5"
2018-04-11 23:58:46.655 UTC [16538] FATAL: password authentication failed for user "postgres"
2018-04-11 23:58:46.655 UTC [16538] DETAIL: User "postgres" has no password assigned.
Connection matched pg_hba.conf line 183: "host all all 0.0.0.0/0 md5"
2018-04-11 23:58:46.657 UTC [16539] FATAL: password authentication failed for user "postgres"
2018-04-11 23:58:46.657 UTC [16539] DETAIL: User "postgres" has no password assigned.
Connection matched pg_hba.conf line 183: "host all all 0.0.0.0/0 md5"
2018-04-11 23:59:16.730 UTC [16593] FATAL: password authentication failed for user "postgres"
2018-04-11 23:59:16.730 UTC [16593] DETAIL: User "postgres" has no password assigned.
Connection matched pg_hba.conf line 183: "host all all 0.0.0.0/0 md5"
2018-04-11 23:59:16.732 UTC [16594] FATAL: password authentication failed for user "postgres"
2018-04-11 23:59:16.732 UTC [16594] DETAIL: User "postgres" has no password assigned.
Connection matched pg_hba.conf line 183: "host all all 0.0.0.0/0 md5"
2018-04-11 23:59:46.812 UTC [16637] FATAL: password authentication failed for user "postgres"
2018-04-11 23:59:46.812 UTC [16637] DETAIL: User "postgres" has no password assigned.
Connection matched pg_hba.conf line 183: "host all all 0.0.0.0/0 md5"
2018-04-11 23:59:46.813 UTC [16638] FATAL: password authentication failed for user "postgres"
2018-04-11 23:59:46.813 UTC [16638] DETAIL: User "postgres" has no password assigned.
Connection matched pg_hba.conf line 183: "host all all 0.0.0.0/0 md5"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment