You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.