-
Notifications
You must be signed in to change notification settings - Fork 13
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
Log features #235
base: master
Are you sure you want to change the base?
Log features #235
Conversation
Why do you want to log the command before it is executed? Part of the roadmap is to change qDup logging to jboss-logging to facilitate native compilation with quarkus. Perhaps as part of that we could make the log configuration customizable to more easily change the log level when invoking qDup? |
qDup creates two different logs. the run.log and qdup.log. |
Can it be the default behavior?
Can the logging level be the default behavior? |
Stream logging works when qDup does not have parallel execution but it is difficult to read when there are multiple parallel scripts. Most of our "production" use cases have multiple parallel scripts so we do not have
I do not understand what exactly you mean by this. Do you mean changing the trace logging to info logging? That was put at trace level because it was effectively logging method entry and that is not something that is normally logged at info level. |
we could add the log level to the /tmp/qdup.log logging? |
With the current implementation ( by color ) the output in Jenkins is the following. This PR aims to improve that by adding the logging level.
qDup with the code on master will product the following on Jenkins