File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 2222from dstack ._internal .cli .commands .stats import StatsCommand
2323from dstack ._internal .cli .commands .stop import StopCommand
2424from dstack ._internal .cli .commands .volume import VolumeCommand
25- from dstack ._internal .cli .utils .common import _colors , console
25+ from dstack ._internal .cli .utils .common import _colors , configure_logging , console
2626from dstack ._internal .cli .utils .updates import check_for_updates
2727from dstack ._internal .core .errors import ClientError , CLIError , ConfigurationError , SSHError
2828from dstack ._internal .core .services .ssh .client import get_ssh_client_info
@@ -39,6 +39,8 @@ def main():
3939 RichHelpFormatter .styles ["argparse.groups" ] = "bold grey74"
4040 RichHelpFormatter .styles ["argparse.text" ] = "grey74"
4141
42+ configure_logging ()
43+
4244 parser = argparse .ArgumentParser (
4345 description = (
4446 "Not sure where to start?"
You can’t perform that action at this time.
0 commit comments