Thanks for the prompt response
This is my hello world,
def application(environ, start_response):
start_response('200 OK', [('Content-Type', 'text/plain')])
return ['Hello World!\n']
This is the contents of my stderr.log, although these errors do not stem from running the code...