Skip to content
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

Error in logs when launching on cloud #296

Open
taiya opened this issue Aug 17, 2023 · 0 comments
Open

Error in logs when launching on cloud #296

taiya opened this issue Aug 17, 2023 · 0 comments

Comments

@taiya
Copy link
Collaborator

taiya commented Aug 17, 2023

This was happening (erroneous things marked as errors):
image

Narrowed it down to this line:

def log_my_flags(flags):

@Qwlouse should we disable the formatter?
As seen below, it was logging as info, yet reporting as error on cloud...

def log_my_flags(flags):
  flags_string = pprint.pformat(vars(flags), indent=2, width=100)
  logger.info(flags_string)

p.s. still running like a charm ❤️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant