### Problem 1. Currently, users only enable DEBUG logging manually when trying to reproduce an issue. By then, it's often too late. ### Solution 1. Set the default CLI log level to DEBUG 2. Log messages up to WARNING are printed to STDOUT 3. Up to DEBUG logs are written to a file`~/.dstack/logs/cli/latest.log` 4. Rotate logs every day `~/.dstack/logs/cli/<YYYY-MM-DD>.log` ### Workaround _No response_ ### Would you like to help us implement this feature by sending a PR? Yes