Servoy Server Not Creating Log Files

We are running Servoy Server 4.1.1 Build 658 on a Windows Vista Ultimate computer. When we run the web-based Servoy Server Administration and click on ‘Server Log’ link, there are no log files for any of the log file types (INFO, DEBUG, WARN, ERROR, and FATAL). When we look in the Servoy folder and its sub-folders using Windows Explorer, we do not see any server log files. We cannot find any switches that disable Servoy Server logging in the Aministration page and are preplexed as how we came to this situation. Is there some configuration setting that we need to be set in order to turn on logging?

Thanks!

What settings you have in servoy.properties that start with log4j ? (there you can customize your logging)

Thanks for the tip!

Comparing the ‘servoy.properties’ files from two different installations, I discovered that the following line was missing (don’t know how it got deleted):

log4j.appender.file.File=%%servoy_app_server_dir%%\servoy_log.txt

Replaced it, and logging started working again.