#5080 Fix the logging so it reflects what is actually being done
Merged 3 years ago by pingou. Opened 3 years ago by pingou.

file modified
+2 -1
@@ -88,7 +88,8 @@ 

  

          if not hasattr(msg_cls, "app_name") is False:

              _log.warning(

-                 "pagure is about to send a message that has no schemas: %s",

+                 "pagure is about to send a message that has no schemas: "

+                 "pagure.%s",

                  topic,

              )

  

Signed-off-by: Pierre-Yves Chibon pingou@pingoured.fr

rebased onto 9f28dc2391f2df00583dd9b4d66633015c13f744

3 years ago

This isn't covered in our tests, so let's get this in :)

rebased onto 5b1fed8

3 years ago

Pull-Request has been merged by pingou

3 years ago
Metadata