Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multi line log entry in mig.log #22

Open
Bjarke42 opened this issue Sep 1, 2023 · 0 comments
Open

multi line log entry in mig.log #22

Bjarke42 opened this issue Sep 1, 2023 · 0 comments
Labels
enhancement New feature or request wishlist Tasks or features of lowest priority

Comments

@Bjarke42
Copy link

Bjarke42 commented Sep 1, 2023

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.

@jonasbardino jonasbardino added enhancement New feature or request wishlist Tasks or features of lowest priority labels Sep 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wishlist Tasks or features of lowest priority
Projects
None yet
Development

No branches or pull requests

2 participants