Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Stringify objects for console log sink #16

Merged
merged 4 commits into from
Mar 7, 2023

Conversation

arv
Copy link
Contributor

@arv arv commented Mar 6, 2023

The consoleLogSink often used with environments that do not print object, such as NodeJS and CF Workers. We therefore stringify all objects using JSON.stringify.

Closes https://github.com/rocicorp/mono/issues/168

@arv arv requested a review from grgbkr March 6, 2023 16:30
arv added 3 commits March 7, 2023 12:25
The consoleLogSink often used with environments that do not print
object, such as NodeJS and CF Workers. We therefore stringify all
objects using JSON.stringify.

Closes rocicorp/mono#168
@arv arv force-pushed the arv/change-console-log-sink-to-use-json-stringify branch from af79c31 to 68910a2 Compare March 7, 2023 12:53
@arv arv merged commit da61d12 into main Mar 7, 2023
@arv arv deleted the arv/change-console-log-sink-to-use-json-stringify branch March 7, 2023 13:01
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.

None yet

1 participant