-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Universal Deploy #1819
Universal Deploy #1819
Conversation
Add auto-labeling of flow environments based on storage type
@@ -29,11 +31,10 @@ def __init__(self) -> None: | |||
|
|||
logger = logging.getLogger("resource-manager") | |||
logger.setLevel(logging.DEBUG) | |||
ch = logging.StreamHandler() | |||
ch = logging.StreamHandler(sys.stdout) | |||
ch.setLevel(logging.DEBUG) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we can solve this later after this PR, but it seems that this is hard coded to a debugging log level instead of deriving the level from the config
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Excited to hit merge on this one...
The official universal deploy PR to master. Opening to investigate any remaining test failures.
Windows support TBD.