Skip to content

Commit

Permalink
Reduce log level of datomic.log
Browse files Browse the repository at this point in the history
  • Loading branch information
plexus committed Jul 20, 2024
1 parent 1eb20fc commit ce15c50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test_and_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ on:
branches: [main]

jobs:
test:
name: Clojure ${{ matrix.clojure }} (Java ${{ matrix.jdk }})
test_and_deploy:
name: Test and Deploy
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand All @@ -32,5 +32,5 @@ jobs:
with:
key: ${{ secrets.SSH_PRIVATE_KEY }}
known_hosts: ${{ secrets.SSH_KNOWN_HOSTS }}
- name: Push
- name: Push to Deploy
run: git push -f ssh://[email protected]:/home/compass/repo main:main
1 change: 1 addition & 0 deletions resources/logback.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@
<logger name="datomic.process-monitor" level="WARN" />
<logger name="datomic.kv-cluster" level="WARN" />
<logger name="datomic.peer" level="WARN" />
<logger name="datomic.log" level="WARN" />
</configuration>

0 comments on commit ce15c50

Please sign in to comment.