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.
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
Test/integration testing #951
Test/integration testing #951
Changes from 66 commits
7311ecc
93918d3
abb1bce
f10da19
55a6da0
6db1222
2da9db0
b745b9d
1397964
f5f3996
2fe9f84
e7098f9
fdc1f79
cba70b7
f68f2a9
b8d5445
16ea1e7
7c9c486
5bca172
786e4e0
80161cf
023ec9a
3c64a9a
bcaf8e1
d562088
f7486a0
e6cbbb8
4f2d7fb
bbb2f82
9b891c5
fe43ba8
b0ef819
7437895
9cc19d9
b94d3c3
3cbcb4d
8eeb940
8a3b57b
a4d07cf
67bac4e
53e29da
7430f47
f1aa370
9ee4c2b
794f4c4
4af9e0f
fb9d621
fab34c6
8d9dd33
9720572
e35ded6
e07c719
9993c25
b684dd4
474d439
598d6a0
4afc4c3
612b274
3961ce3
4a4f2f3
c8811a1
9d08841
a5a9946
5d94b45
95679d2
701ffac
074bc94
a88bd9a
1aa87c7
4a32956
41a0a07
935adae
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is now inside a lock context.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add milliseconds to default logging format.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this cause too much noise?
It affects the whole application so I think we need third opinion about this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My opinion is that in a multithreading/multiprocessing context, having milliseconds in the logs is more than useful to understand what's happening. This is not only true for us as developers but also for our users.
However, I agree we should discuss it during the daily to have more opinions on that.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@FlorianJacta @FabienLelaquais Is it ok for you to have a default log formatting with milliseconds?