-
Notifications
You must be signed in to change notification settings - Fork 137
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
Fixed log message format #263
Conversation
Codecov Report
@@ Coverage Diff @@
## master #263 +/- ##
==========================================
+ Coverage 12.36% 12.98% +0.62%
==========================================
Files 7 7
Lines 1165 1186 +21
==========================================
+ Hits 144 154 +10
- Misses 1010 1021 +11
Partials 11 11
Continue to review full report at Codecov.
|
I think this one has to be fixed as well |
Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
6c5ad07
to
cde2736
Compare
Do we have a way to add more information as key=value pair in the log itself?
I would like this to be:
and:
to be:
Otherwise those logs sounds useless |
I agree. Without those values, these logs are not useful. I'm not sure if we have a way to change the behavior. Everything we pass to |
@gianarb I have updated the description with new logs. |
Signed-off-by: Gaurav Gahlot <gauravgahlot0107@gmail.com>
c94241f
to
638dd56
Compare
Why is this needed
Fixes: #259
How Has This Been Tested?
Tested by executing a workflow on Vagrant setup.
Logs