Parcourir la source

Log as debug because for some weird reason, during tests info messages are not logged x_x

Alexandre Aubin il y a 6 ans
Parent
commit
1f01953a16
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      coin/configuration/models.py

+ 1 - 1
coin/configuration/models.py

@@ -152,7 +152,7 @@ def subnet_event(sender, **kwargs):
             # Does not happens
             msg = ""
 
-        subnet_log.info(msg.format(ip=ip, member=member, offer=offer, ref=ref))
+        subnet_log.debug(msg.format(ip=ip, member=member, offer=offer, ref=ref))
 
     except ObjectDoesNotExist:
         pass