Joongi Kim
Joongi Kim
@kyujin-cho I missed to mention the CLI support. Please add the CLI support as well!
Also related: lablup/backend.ai-manager#329
I think we should separate the queue per scaling group.
This will be a follow-up to #267.
Currently the logging levels are configured in the local TOML files, with per-package namespacing. (e.g., you may set the log level to INFO for `ai.backend.*` and WARNING for `sqlalchemy.*`) We...
Maybe it would be better to have a general scheme to map the CLI options with TOML options for CLI-side override. e.g., `--local-config debug.log-events=true`, `--local-config logging.pkg-ns.[ai.backend]=DEBUG`
This should be rather a refactoring of the `run` command and a follow-up of #283.
Let's rename the existing `run` command to `run-legacy`, and write the new `run()` using `start` and `exec` combinations from a clean slate.
@hydroxyde Please resolve merge conflicts and re-run black (`./pants fmt --changed-since=main`) on your code.
Need to add an audit log when #522 is merged.