-
Notifications
You must be signed in to change notification settings - Fork 3
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
refactor: rework of logs #15
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
iamgiolaga
force-pushed
the
refactor/log-rework
branch
from
May 19, 2024 15:42
20c52fd
to
ecff6fb
Compare
iamgiolaga
force-pushed
the
refactor/log-rework
branch
2 times, most recently
from
May 19, 2024 15:49
a72972c
to
54eb63e
Compare
iamgiolaga
force-pushed
the
refactor/log-rework
branch
from
May 19, 2024 15:59
54eb63e
to
dd06079
Compare
iamgiolaga
force-pushed
the
refactor/log-rework
branch
from
May 19, 2024 16:00
dd06079
to
1823af3
Compare
iamgiolaga
force-pushed
the
refactor/log-rework
branch
from
May 19, 2024 16:25
85ce18d
to
66162cb
Compare
iamgiolaga
force-pushed
the
refactor/log-rework
branch
from
May 19, 2024 16:27
66162cb
to
5dc81b5
Compare
iamgiolaga
force-pushed
the
refactor/log-rework
branch
from
May 19, 2024 16:30
5dc81b5
to
67b7703
Compare
iamgiolaga
force-pushed
the
refactor/log-rework
branch
from
May 19, 2024 16:37
67b7703
to
5dd7bc5
Compare
iamgiolaga
force-pushed
the
refactor/log-rework
branch
from
May 19, 2024 16:41
5dd7bc5
to
4082074
Compare
iamgiolaga
force-pushed
the
refactor/log-rework
branch
from
May 19, 2024 17:01
4082074
to
bd87b19
Compare
iamgiolaga
force-pushed
the
refactor/log-rework
branch
from
May 19, 2024 17:19
bd87b19
to
38960d4
Compare
iamgiolaga
force-pushed
the
refactor/log-rework
branch
from
May 19, 2024 17:23
38960d4
to
219853e
Compare
iamgiolaga
force-pushed
the
refactor/log-rework
branch
from
May 19, 2024 17:27
219853e
to
878f371
Compare
iamgiolaga
force-pushed
the
refactor/log-rework
branch
from
May 19, 2024 17:32
878f371
to
8ec18a4
Compare
allevo
force-pushed
the
refactor/log-rework
branch
from
May 20, 2024 19:21
44059ae
to
63a432a
Compare
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Addresses #5.
The proposal is to remove
type
prop and get towards a structure similar to pino.js where each kind of log can have its own behaviour.In this PR there's no handling of monitoring yet