Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Adding additional logging and configuration (#11)
* chore: moved version file * chore: created symbolic link * feat: upgraded logging and added config * Fixed build errors * Changed to Json logs & improved some events * Replaced last references to log & expanded logging * Fixed log level regression & formatted everything * swapped version back keep original in backend * bugfix: removed newline and fixed code to trim * Added back trim fix * Reset version to master * chore: Fixed clippy lints * Added scan interval to config * Change the build-docker.sh file to return exit code from build (#18) * Change the build-docker.sh file to return exit code from build According to rust-lang/cargo#3377 (comment) the cargo search doesn't update the index and later in the thread is pointed out this is unnecessary now. Which is good because this doesn't work anymore * Version bump of Decky CLI to 0.0.2 should fix the Github Runner failing to register error status codes from `cargo build` in backend * Refactored events * chore: did some light refactoring * chore: updated log * chore: Updated Version --------- Co-authored-by: jfreuden <jfreuden@alumni.cmu.edu>
- Loading branch information