ucphhpc / migrid-sync

MiGrid workspace where master branch is kept strictly in sync with SF upstream svn repo. Any development or experiments should use a branch. You probably want to fork your own clone or work e.g. on the edge branch if you wish to contribute.
GNU General Public License v2.0
3 stars 4 forks source link

multi line log entry in mig.log #22

Open Bjarke42 opened 11 months ago

Bjarke42 commented 11 months ago

This is multiple lines

2023-08-30 18:11:03,799 ERROR wsgi handling crashed:
Traceback (most recent call last):
  File "/home/mig/mig/wsgi-bin/migwsgi.py", line 217, in application
    environ=environ)
  File "/usr/lib64/python3.6/cgi.py", line 567, in __init__
    self.read_multi(environ, keep_blank_values, strict_parsing)
  File "/usr/lib64/python3.6/cgi.py", line 743, in read_multi
    separator=self.separator)
  File "/usr/lib64/python3.6/cgi.py", line 569, in __init__
    self.read_single()
  File "/usr/lib64/python3.6/cgi.py", line 764, in read_single
    self.read_lines()
  File "/usr/lib64/python3.6/cgi.py", line 793, in read_lines
    self.read_lines_to_outerboundary()
  File "/usr/lib64/python3.6/cgi.py", line 835, in read_lines_to_outerboundary
    line = self.fp.readline(1<<16) # bytes
OSError: Apache/mod_wsgi request data read error: The timeout specified has expired.

This goes for all tracebacks in logfiles. It should be as one line in order to make it possible for automation to handle it smart.