"git@developer.sourcefind.cn:OpenDAS/Uni-Core.git" did not exist on "8e50c5d490940ac83be6f2b61850de079f233f54"
feat: Add log verbosity level flag to dynamo-run cli (#780)
#### Overview: This PR adds a command-line verbosity flag (-v, -vv) to dynamo-run to control log levels. - Added new verbosity flag to Flags struct: - -v: Sets log level to debug - -vv: Sets log level to trace - No flag (default): Keeps log level at info #### Details: - closes GitHub issue: https://github.com/ai-dynamo/dynamo/issues/567
Showing
Please register or sign in to comment