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

Add version variable to cdk template logger #1548

Merged
merged 22 commits into from
May 18, 2024

Conversation

GeordieEK
Copy link
Contributor

Addresses issue #1401

Extend CDK template to use VERSION variable in logger.

I also re-organised cdk config slightly so that it better matches serverless config at a glance.

I have opted for a patch changeset as per contribution guidelines of minor changes involving templates.

@GeordieEK GeordieEK requested a review from a team as a code owner April 23, 2024 11:36
Copy link

changeset-bot bot commented Apr 23, 2024

🦋 Changeset detected

Latest commit: d86dd71

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@GeordieEK GeordieEK marked this pull request as draft May 7, 2024 06:56
.changeset/slow-seahorses-talk.md Outdated Show resolved Hide resolved
name: config.name,

transport:
config.environment === 'local' ? { target: 'pino-pretty' } : undefined,
Copy link
Member

Choose a reason for hiding this comment

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

Do we need to declare pino-pretty as a dev dep?

GeordieEK and others added 2 commits May 9, 2024 18:50
Co-authored-by: Ryan Ling <ryan@outlook.com.au>
@GeordieEK GeordieEK marked this pull request as ready for review May 9, 2024 09:01
(Forgot to run integrations locally)
@samchungy
Copy link
Contributor

Thanks for the hard work 🙇

@AaronMoat AaronMoat merged commit 84384e6 into seek-oss:main May 18, 2024
10 checks passed
@seek-oss-ci seek-oss-ci mentioned this pull request May 9, 2024
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

4 participants