Hi all, I am trying to use Turbine Logging Service to write to a file. I can get the logging going with the "relative" file name such as "/log/turbine.log" or "../../../turbine.log" etc. but how can I specify a absolute path ? something like "/opt/logs/turbine.log" My search on the web that everyone is writing to =/logs/turbine.log such as below... services.LoggingService.system.destination.file=/logs/turbine.log services.LoggingService.system.className=org.apache.turbine.services.logging .Log4JavaLogger services.LoggingService.system.level=DEBUG services.LoggingService.system.file.size=1048576 services.LoggingService.system.file.backups=5
Anyone tried with absolute path ? Any help would be appreciated Thanks in advance Sean
