Sorry for the delayed reply.
The deploy step creates the cgi-bin directory. It should contain:
$ ls cgi-bin/
trac.cgi trac.fcgi trac.wsgi
What does the directory contain after you run deploy?
It looks like the exception with traceback should be logged at ERROR level, so it will output to the console if you set log_type = stderr, or to the log file if log_type = file. Can you please look for the exception with traceback?
- Ryan