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
No description provided.
The text was updated successfully, but these errors were encountered:
I mean the contents of these file used to determine dependencies
Sorry, something went wrong.
We can definitely log the contents of requirements.txt used in debug mode. Do you want it for debugging purpose?
Yes, this is for debugging
IIUC correctly, all you have to do is log the parsed pkg here
runtimes-common/ftl/python/builder.py
Line 79 in 5395f7d
pkgs = self._parse_pipfile_pkgs() logging.debug("Pip Packages: {0}" .format(','.join(pkgs)))
If you only want the contents of Reuirement.txt, you can check the file name and add debug line here:
runtimes-common/ftl/common/ftl_util.py
Line 135 in 0a7b712
Please feel free to send a PR and i can help you get it in.
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: