-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adjust the logging for the new recursive include parsing
The version v0.13.2 has a lot of errors complaining that the code is not requesting valid file paths and the logging was not disclosing enough information to track down the actual error. Now the GitLab client gets handed down a logger to be able to have some trace logging on the requests, this commit only adds a trace log to the GetRawFileFromProject requestURL to further debug potential errors. The error logging during the handling of an input now logs the actual path of the project it failed during.
- Loading branch information
Showing
2 changed files
with
10 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters