8000
Skip to content

Clean up logs when using FIREBASE_DATACONNECT_POSTGRESQL_STRING - #7882

Merged
joehan merged 3 commits into
masterfrom
jh-no-pglite
Nov 12, 2024
Merged

Clean up logs when using FIREBASE_DATACONNECT_POSTGRESQL_STRING#7882
joehan merged 3 commits into
masterfrom
jh-no-pglite

Conversation

@joehan
@joehan joehan commented Oct 28, 2024
Copy link
Copy Markdown
Member

Description

Fixing a couple logging bugs that made it seem like PGLite was running even when FIREBASE_DATACONNECT_POSTGRESQL_STRING was used.

Scenarios Tested

With FIREBASE_DATACONNECT_POSTGRESQL_STRING (corrected the capitalization inconsistency on the log label)
Screenshot 2024-10-28 at 3 29 00 PM

Without:
Screenshot 2024-10-28 at 3 27 00 PM

@joehan
joehan requested review from hlshen and yuchenshi October 28, 2024 23:07
utils.logLabeledBullet(label, text, "info", mergedData);
break;
case "INFO":
utils.logLabeledBullet(label, text, "info", mergedData);
@yuchenshi yuchenshi Oct 28, 2024
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Why do we need this in addition to BULLET?

@joehan
joehan merged commit 81dca8f into master Nov 12, 2024
@joehan
joehan deleted the jh-no-pglite branch November 12, 2024 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

0