Everyone developer works different, especially when it comes to logging. One wants a logfile and tail, another one echoes messages directly on the page.
Bigace ships with a configurable logging adapter. The configuration is done in the file /system/config/services.ini.
Open the config file /system/config/services.ini and locate the key “logger” in section [services]:
[services] ... logger = classes.logger.DBLogger
Change that line to your favorite logger class (here FileLogger):
logger = classes.logger.FileLogger
For a list of shipped logger types have a look at the folder /system/classes/logger/. These are the currently existing ones: