Hello, a quite big log files are being saved within main Apache Tomcat folder on server. @LOG_FILE_PATH@.log What process is logging it? A stateful sessions? Where can be this parameter set, to change location for this logs? Thanks, Tomas |
Hi Tomas, Formspider's default logging settings is for logging every activity with detail. this is a googd practice for development environments. However, you can change it through a configuration file. You can find this file at [tomcat]/formspider/WEB-INF/classes/logback.xml. With this conf, you can change the log level and log file location. Regards, Serdar |