Skip to content

Commit

Permalink
update todo; disable dbcached verbose logging
Browse files Browse the repository at this point in the history
  • Loading branch information
svencc committed Apr 13, 2024
1 parent 1d0fce7 commit bcc7b9f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,8 @@
* integrate pipeline in commander!
* add DynamicLayerProperties (configuration for RecomMapEntity) (/)


* known issues or optimizations:
* prebuffering of zoom levels (for faster zooming) or find out what is the bottleneck
* (add pre-click-event (preclick, click, doublecklic) events)
* fix window stage tacview size setting onload -> issue is that window size + engine size is the same at this moment
* try to restore app-cache ... (not working now)


# 1.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ logging.level.com.recom.runner=INFO
logging.level.com.recom.event=INFO
#logging.level.com.recom.service.messagebus=DEBUG
#logging.level.com.recom.service.gameMap.TopographyMapDataService=INFO
logging.level.com.recom.service.dbcached=DEBUG
logging.level.com.recom.service.dbcached=INFO
logging.level.com.recom.persistence.dbcached=DEBUG

#logging.level.org.hibernate.SQL=DEBUG
Expand Down

0 comments on commit bcc7b9f

Please sign in to comment.