Verbose Error Logs
jimmyscchang opened this issue · 4 comments
jimmyscchang commented
AdnaneKhan commented
Thanks for the bug report! To make sure I understand the behavior correctly:
Are you running this with a token that does not have clone privileges?
OR
Are you running this with an appropriately scoped token, but that user does not have read access to the repository?
mas0nd commented
mas0nd commented
@AdnaneKhan It looks like the source of these messages is that we set the root logging level to DEBUG.
We have this in a few places, but we might want to rethink how we are using the logging package.
gato/gato/enumerate/enumerate.py
Line 19 in b347c55
AdnaneKhan commented
DEBUG root level is no longer set.