-
Notifications
You must be signed in to change notification settings - Fork 203
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
Bug: Log redirection for generator does not work #1872
Comments
Closing/reopening to test tagging action |
This issue has been automatically marked as stale because it has not had activity in 60 days. |
Closing as log redirection now works. |
github-project-automation
bot
moved this from Backlog
to Recently Completed
in Azure Service Operator Roadmap
Jun 28, 2023
matthchr
moved this from Recently Completed
to Ready for Release
in Azure Service Operator Roadmap
Jul 10, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Attempting to redirect the log output from
generator
to a file does not work.To Reproduce
Steps to reproduce the behavior:
.\generator.exe -v 3 --log_file log.txt gen-types .\azure-arm.yaml
Expected behavior
Expectation: all log lines written into
log.txt
Actual:
log.txt
only contains 19 lines, all errors relating to invalid regex expressionsThe text was updated successfully, but these errors were encountered: