You can tell Servoy what logging level you want to see in the various outputs (file, webpage,etc.).
See the log4j.properties option in the servoy admin pages.
For more info see https://wiki.servoy.com/display/public/ … g+Settings
Debug is not shown by default (or you must set tracing on i guess on the admin page)
if you really want to let it show you can use ERROR or WARN
Or tweak the logging properties as Robert says.
So in short, all clients running on the server (batch processors, web client, any kind of headless clients really) will log to the server log (when the logging level permits it).
Smart client will only log into the client console (when open) and if you want to log it to the server you need a third-party plugin like Patrick Ruhsert’s Log plugin (which happens to use log4j as well).