Skip to content

Commit

Permalink
fix(debug): disable use of debug log persistance (+misc) (#2086)
Browse files Browse the repository at this point in the history
[1] -----
Remove logic for persisting to 'debug.log' for easier debugging, only temporarily.
[2] -----
Disable 'dev branch reset' workflow, as it interferes with development workflow. Will be updated to reset a 'release' branch instead.
[3] -----
Update '.gitignore' to remove 'debug.log' file from GIT and ran a 'git rm --cached' on it to remove it.
  • Loading branch information
migbash authored Apr 23, 2024
1 parent a4abfd2 commit 516b466
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 42,515 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-main-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ jobs:

dev-branch-reset:
name: Git Reset Dev
if: false
needs: create-release
runs-on: ubuntu-22.04
steps:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ certs/*
# ▓ > miscellenous
WEBSITE-DEV-README.md
datalog/
debug.log

# ▓ NOTE:
# ▓ > MacOS
Expand Down
Loading

0 comments on commit 516b466

Please sign in to comment.