We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
logdir
Describe the bug
Currently (fdfd8d2), the logdir global option doesn't seem to be read by any code. https://github.com/search?q=repo%3Apantsbuild%2Fpants%20logdir&type=code
(NB. there's a separate [workunit-logger].logdir option that is read)
[workunit-logger].logdir
This suggests either:
As yet unclear which.
(Presumably this was used in the past/when it was added, so some git log -S (or similar) delving might be good.)
git log -S
Pants version
fdfd8d2
OS N/A
Additional info
Noticed in:
Referenced in:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Currently (fdfd8d2), the
logdir
global option doesn't seem to be read by any code. https://github.com/search?q=repo%3Apantsbuild%2Fpants%20logdir&type=code(NB. there's a separate
[workunit-logger].logdir
option that is read)This suggests either:
As yet unclear which.
(Presumably this was used in the past/when it was added, so some
git log -S
(or similar) delving might be good.)Pants version
fdfd8d2
OS
N/A
Additional info
Noticed in:
Referenced in:
The text was updated successfully, but these errors were encountered: