Skip to content

Commit

Permalink
refactor($JVM): name GC log file with startup time and pid
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
johnnymillergh committed Sep 22, 2021
1 parent 0b8147b commit d8796b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/.env
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ JAVA_TOOL_OPTIONS="
-Xmx128m
-Dspring.profiles.active=${SPRING_ENVIRONMENT}
-Dspring.cloud.consul.host=${CONSUL_REGISTRY_CONTAINER_NAME}
-Xlog:gc*=info:stdout:time,level,tags
-Xlog:gc*=info:file=gc.%t.log:time,level,tags:filecount=10,filesize=20M
-Xlog:gc*=info:stdout:time,level,pid,tags
-Xlog:gc*=info:file=gc.%t.%p.log:time,level,pid,tags:filecount=10,filesize=20M
-XX:+PrintCommandLineFlags
"

Expand Down

0 comments on commit d8796b7

Please sign in to comment.