-
Notifications
You must be signed in to change notification settings - Fork 95
force logs as json #10
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
base: master
Are you sure you want to change the base?
force logs as json #10
Conversation
|
Hey @prune998 thanks for the PR 🍺 !, |
|
I'll look into this asap. |
16a979f to
89e7894
Compare
|
@tphoney I just added a bool flag to switch to json logs. Thanks. |
|
The |
| Procs int64 | ||
| Debug bool | ||
| Trace bool | ||
| LogJSON bool |
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.
I suggest backing out the changes to this file. The exec command is used for local development and testing only and we would never need / use json logging here.
Drone server is logging JSON by default.
This PR force the drone-runner-docker to log as JSON too.