-
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
Add two new flags to enable HTTP Server and clients logs #166
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## release-candidate #166 +/- ##
==================================================
Coverage 99.61% 99.61%
==================================================
Files 166 166
Lines 13457 13539 +82
==================================================
+ Hits 13405 13487 +82
Misses 52 52 ☔ View full report in Codecov by Sentry. |
9e7afc6
to
e920cd5
Compare
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.
@jvanecek take a look at the comments.
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.
Please make the commit with Pharo 12 to avoid an huge list of cosmetic changes
… incoming requests logging parameterization this is because the StargateApplication is an HTTP Server and doesn't make sense to include the outgoing logging parameterization since it will not be necessary used.
No description provided.