-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- `--log-json`: log json to file, not console - `--log-file`: optional argument to specify location of log file - by default, this will be `astro_log.txt` in the current directory - Add contextmanager method to AstroLogger() to facilitate logging only to file - this is used to capture json responses, since these are very noisy - AstroLogger.print_object() has been replaced with print_video_data() - Trying to move away from rich tables, as these are not printed to log file - logging tests modified to account for log method changes
- Loading branch information
1 parent
bca033e
commit 093c4a9
Showing
4 changed files
with
65 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters