mirror of
https://git.freebsd.org/ports.git
synced 2025-05-01 02:56:39 -04:00
unexpire. Take maintainership. Tomcat < 8.0 is no longer supported. Upstream is silent on resin, but claims that glassfish is supported. Upstream says to use uctags. Upgrading requires re-indexing.
11 lines
533 B
INI
11 lines
533 B
INI
--- doc/logging.properties.orig 2020-06-08 11:13:44 UTC
|
|
+++ doc/logging.properties
|
|
@@ -39,7 +39,7 @@ handlers= java.util.logging.FileHandler, java.util.log
|
|
|
|
# default file output is in user's home directory.
|
|
#java.util.logging.FileHandler.pattern = %hjava%u.log
|
|
-java.util.logging.FileHandler.pattern = opengrok%g.%u.log
|
|
+java.util.logging.FileHandler.pattern = /var/log/opengrok/opengrok%g.%u.log
|
|
java.util.logging.FileHandler.limit = 52428800
|
|
java.util.logging.FileHandler.count = 3
|
|
java.util.logging.FileHandler.level = ALL
|