On 15.12.21 11:53, Greg Huber wrote:
####
may be worth checking:
From the docs:
The quotes are wrong ie ` possibly make users check the script??:
grant all on rollerdb.* to scott@`%' identified by `tiger';
grant all on rollerdb.* to scott@localhost identified by `tiger';
i haven't touched the doc, maybe someone else can take a look
roller-custom.properties
Does not seem to work, defaults to tomcat home /logs:
log4j.appender.roller.File=/usr/local/rollerdata/roller.log
here the old PR:
https://github.com/apache/roller/pull/68
"
changes:
- loggers can no longer be configured using roller.properties or
roller-custom.properties.
- configuration is now in log4j2.xml.
- a custom config file can be set using the standard
log4j.configurationFile system property.
(can be for example in roller-custom.properties or set as JVM -D
property)
"
default config can be used as template, see comments:
https://github.com/apache/roller/blob/master/app/src/main/resources/log4j2.xml
-michael