-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: log errors on startup - Add a basic startup logger to log any errors that occur during startup (YAML errors, validation errors, database errors, or any unknown errors). This log file will always be in the current working directory, as there is a possibility that the manager has not been set up yet. - Handle all posible cases of an invalid yaml file * refactor: update validation error footer Co-authored-by: Jacob <[email protected]> * refactor: remove console_debug_var * refactor: ignore `--console-log-level` unless `--no-ui` was used * refactor: simplify debug logic * docs: update `console_log_level` * refactor: only count running in IDE as DEBUG --------- Co-authored-by: Jacob <[email protected]>
- Loading branch information
1 parent
67a1aee
commit ac402a7
Showing
11 changed files
with
99 additions
and
109 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
/AppData/ | ||
/Downloads/ | ||
/Old Files/ | ||
cyberdrop_dl_debug.log | ||
*.log | ||
.coverage | ||
|
||
# Python cache | ||
|
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
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
Oops, something went wrong.