A timestamp is available in the logs, but the "source file name" and "line number" not logged with each log message.
How to write file name and line number in GAE Python logging.info (or logging.warn or logging.error and others)?
By "source file name" I mean the Python code file (* .py) that generated the log.
source share