Explorar o código

Turn on log.retention.bytes to avoid filling up the VM's disk

Evan Huus %!s(int64=11) %!d(string=hai) anos
pai
achega
d61a67c692
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      vagrant/server.properties

+ 1 - 1
vagrant/server.properties

@@ -95,7 +95,7 @@ log.retention.hours=168
 
 # A size-based retention policy for logs. Segments are pruned from the log as long as the remaining
 # segments don't drop below log.retention.bytes.
-#log.retention.bytes=1073741824
+log.retention.bytes=1073741824
 
 # The maximum size of a log segment file. When this size is reached a new log segment will be created.
 log.segment.bytes=536870912