#2929 noisy debug code in hub/kojixmlrpc.py
Closed: Fixed 2 years ago by tkopecek. Opened 2 years ago by mikem.

The following log message seems to have been added to the hub code by accident

diff --git a/hub/kojixmlrpc.py b/hub/kojixmlrpc.py
index 25ad98a4..67b618b7 100644
--- a/hub/kojixmlrpc.py
+++ b/hub/kojixmlrpc.py
@@ -749,6 +749,7 @@ def application(environ, start_response):
             except Exception:
                 return offline_reply(start_response, msg="database outage")
             h = ModXMLRPCRequestHandler(registry)
+            h.logger.error("original: %s", h.__class__)
             if environ.get('CONTENT_TYPE') == 'application/octet-stream':
                 response = h._wrap_handler(h.handle_upload, environ)
             else:

This gets logged once for each new httpd process and so is kind of noisy


Metadata Update from @mikem:
- Custom field Size adjusted to None

2 years ago

Metadata Update from @julian8628:
- Issue set to the milestone: 1.26
- Issue tagged with: easyfix, no_qe

2 years ago

Metadata Update from @julian8628:
- Issue untagged with: no_qe
- Issue tagged with: testing-ready

2 years ago

Metadata Update from @tkopecek:
- Issue untagged with: testing-ready
- Issue status updated to: Open (was: Closed)
- Issue tagged with: no_qe

2 years ago

Metadata Update from @tkopecek:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

2 years ago

Metadata Update from @tkopecek:
- Issue set to the milestone: 1.25.1 (was: 1.26)

2 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #2932 Merged 2 years ago