Skip to content
This repository was archived by the owner on May 1, 2023. It is now read-only.

improve: Align row insert/update/delete log msgs#23

Merged
13rac1 merged 1 commit into
masterfrom
b/nit-align-logs
Feb 25, 2021
Merged

improve: Align row insert/update/delete log msgs#23
13rac1 merged 1 commit into
masterfrom
b/nit-align-logs

Conversation

@13rac1

@13rac1 13rac1 commented Feb 25, 2021

Copy link
Copy Markdown

nit...

This

2021/02/24 22:32:44 row inserted: {timestamp: 2021-02-24 22:23:44.969504 +0000 UTC, kind: insert, schema: public, table: sharedcache}
2021/02/24 22:32:44 row updated: {timestamp: 2021-02-24 22:23:45.044179 +0000 UTC, kind: update, schema: public, table: star}
2021/02/24 22:32:44 row deleted: {timestamp: 2021-02-24 22:23:45.285069 +0000 UTC, kind: delete, schema: public, table: sharedcache}

to

2021/02/24 22:32:44 row insert: {timestamp: 2021-02-24 22:23:44.969504 +0000 UTC, kind: insert, schema: public, table: sharedcache}
2021/02/24 22:32:44 row update: {timestamp: 2021-02-24 22:23:45.044179 +0000 UTC, kind: update, schema: public, table: star}
2021/02/24 22:32:44 row delete: {timestamp: 2021-02-24 22:23:45.285069 +0000 UTC, kind: delete, schema: public, table: sharedcache}

@bernielomax bernielomax left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Lgtm!

@13rac1
13rac1 merged commit c846150 into master Feb 25, 2021
@13rac1
13rac1 deleted the b/nit-align-logs branch February 25, 2021 18:03
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants