Skip to content

feat: add function logger utility#64

Merged
davedc merged 2 commits into
mainfrom
davedc/feat/add-sugared-logger
Aug 4, 2025
Merged

feat: add function logger utility#64
davedc merged 2 commits into
mainfrom
davedc/feat/add-sugared-logger

Conversation

@davedc

@davedc davedc commented Jul 25, 2025

Copy link
Copy Markdown
Contributor

Taken from the shopify-app project.

https://github.com/tailor-platform/shopify-app/blob/main/apps/shopify-backend/utils/logger.ts

This scaffolds potential logger tooling for use in function service.

This encourages robust logging without using console.log directly.

@davedc
davedc requested a review from a team as a code owner July 25, 2025 02:23
Comment thread packages/logger/package.json Outdated
@@ -0,0 +1,23 @@
{
"name": "@tailor-platform/function-logger",
"version": "1.0.0",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is it better to start with 0.1.0?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Copy 🫡 updated!

@davedc
davedc requested a review from dragon3 July 25, 2025 07:03

@jackchuka jackchuka left a comment

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.

Let's merge 🚀

@davedc
davedc merged commit 082ba6c into main Aug 4, 2025
6 checks passed
@davedc
davedc deleted the davedc/feat/add-sugared-logger branch August 4, 2025 22:06
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.

3 participants