Skip to content
crazy2be edited this page Jun 15, 2011 · 1 revision

Logging

You can, and are encouraged to, log any information you think would be useful in debugging to stdout or stderr. The framework will take care of managing these logs for you, creating a new log file in jails/<modulename>/log/ each time the program is (re)started with the current date. If you want to actually analyze the logs, you should probably make your own logs in data/log, the automatic logging is provided solely as a debugging convenience.

Clone this wiki locally