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

mask format for winston #1667

Merged
merged 3 commits into from
Sep 1, 2023
Merged

mask format for winston #1667

merged 3 commits into from
Sep 1, 2023

Conversation

kenglxn
Copy link
Contributor

@kenglxn kenglxn commented Sep 1, 2023

testet lokalt:

log.info(`Frackend startup: ${JSON.stringify({ NAIS_CLUSTER_NAME, MILJO, GIT_COMMIT })} 123123123`);

===>

{"level":"info","message":"Frackend startup: {\"NAIS_CLUSTER_NAME\":\"local\",\"MILJO\":\"local\",\"GIT_COMMIT\":\"?\"} *********"}
{"level":"info","message":"main started"}
{"level":"info","message":"Server listening on port 8080"}

@kenglxn kenglxn requested a review from a team as a code owner September 1, 2023 12:43
@kenglxn kenglxn merged commit 3d27437 into master Sep 1, 2023
4 checks passed
@kenglxn kenglxn deleted the mask_format branch September 1, 2023 13:22
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