Hello,
after a successfull installation of the DS 7 beta1 I discovered the following issue.
In the earlier versions of DSpace we used to store the configuration files within a Github repo and we sym-linked the config folder under the [dspace] one. This is working well with the current beta 1 release also but with one exception. If the config folder is symlinked then the catalina.out log shows the following lines:
log4j:WARN No appenders could be found for logger (org.dspace.app.rest.converter.ConverterService).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
Additionally, there is no any dspace.log file created within the [dspace]/log/ folder. But if this config folder is not a symlink then the dspace.log file is created.
Do you no know guys what and where should I setup in the configurations in order to be able to use the config folder as a symlink?
Thank you!