Skip to content

Commit

Permalink
patch: elasticsearch logging verbosity to WARN
Browse files Browse the repository at this point in the history
  • Loading branch information
uniuuu committed Oct 21, 2023
1 parent 1620056 commit c32d0fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker-compose-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ services:
# - cluster.routing.allocation.disk.watermark.flood_stage=500mb
- discovery.type=single-node
# - "ES_JAVA_OPTS=-Xms256m -Xmx256m"
- logger.level=WARN
volumes:
- /etc/localtime:/etc/localtime:ro
# privileged: true
Expand Down
1 change: 1 addition & 0 deletions docker-compose-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
- xpack.security.enabled=false
- cluster.routing.allocation.disk.threshold_enabled=false
- discovery.type=single-node
- logger.level=WARN
volumes:
- /etc/localtime:/etc/localtime:ro
networks:
Expand Down

0 comments on commit c32d0fc

Please sign in to comment.