MCPcopy Create free account
hub / github.com/apache/httpd / check_error_log

Method check_error_log

test/pyhttpd/env.py:338–342  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

336 self._log_interesting += f" {name}:{log_level}"
337
338 def check_error_log(self):
339 errors, warnings = self._error_log.get_missed()
340 assert (len(errors), len(warnings)) == (0, 0),\
341 f"apache logged {len(errors)} errors and {len(warnings)} warnings: \n"\
342 "{0}\n{1}\n".format("\n".join(errors), "\n".join(warnings))
343
344 @property
345 def curl(self) -> str:

Callers

nothing calls this directly

Calls 2

get_missedMethod · 0.80
joinMethod · 0.80

Tested by

no test coverage detected