Skip to content

Commit

Permalink
prevent bogus warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jalmasi committed Aug 13, 2024
1 parent 678f509 commit 2ca5ec6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ logging.level.org.vrspace.server.core.SessionManager=INFO
logging.level.org.vrspace.server.core.Dispatcher=INFO
logging.level.org.vrspace.server.core.WriteBack=INFO
logging.level.org.vrspace.server.core.Scene=INFO
#prevent bogus warning:
logging.level.org.springframework.data.neo4j.core.mapping=ERROR

# Admin UI activation and params
org.vrspace.adminUI.enabled=false
Expand Down

0 comments on commit 2ca5ec6

Please sign in to comment.