Skip to content

Commit

Permalink
Remove additional obsolete GC logging settings
Browse files Browse the repository at this point in the history
  • Loading branch information
rtyley committed Sep 20, 2024
1 parent 64ca948 commit d2ec798
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -245,10 +245,7 @@ def playProject(projectName: String, port: Int, path: Option[String] = None): Pr
s"-Dconfig.file=/usr/share/$projectName/conf/application.conf",
s"-Dlogger.file=/usr/share/$projectName/conf/logback.xml",
"-J-Xlog:gc*",
s"-J-Xlog:gc:/var/log/$projectName/gc.log",
"-J-XX:+UseGCLogFileRotation",
"-J-XX:NumberOfGCLogFiles=5",
"-J-XX:GCLogFileSize=2M"
s"-J-Xlog:gc:/var/log/$projectName/gc.log"
)
))
//Add the BBC library dependency if defined
Expand Down

0 comments on commit d2ec798

Please sign in to comment.