Hello,
python web2py.py -L options.py doesn't seem to comply with
errors_to_console = True.
Is there any way to activate errors to console inside the options.py?
I tried errors_to_console = 1 but it also doesn't work.
This is my current options.py
from os import remove
from socket import gethostname
WEB2PY_DIR = r'c:\web2py'
try:
remove(WEB2PY_DIR + r'\my_lock')
except FileNotFoundError:
pass
ip = gethostname()
# port = 8000
password = '<recycle>'
errors_to_console = True
# pid_filename = 'httpserver.pid'
# log_filename = 'httpserver.log'
# ssl_certificate = '' # Path to certificate file.
# ssl_private_key = '' # Path to private key file.
# numthreads = 10
# server_name = gethostname()
# request_queue_size = 5
# timeout = 10
# shutdown_timeout = 5
folder = WEB2PY_DIR
Thanks,
JM
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.