[Piuparts-devel] [Git][debian/piuparts][develop] enable debug output

Holger Levsen gitlab at salsa.debian.org
Tue Sep 10 14:14:22 BST 2019



Holger Levsen pushed to branch develop at Debian / piuparts


Commits:
030f1e97 by Holger Levsen at 2019-09-10T13:14:07Z
enable debug output

Signed-off-by: Holger Levsen <holger at layer-acht.org>

- - - - -


2 changed files:

- piuparts-master-backend.py
- piuparts-slave.py


Changes:

=====================================
piuparts-master-backend.py
=====================================
@@ -408,7 +408,7 @@ class Master(Protocol):
 
 
 def main():
-    setup_logging(logging.INFO, None)
+    setup_logging(logging.DEBUG, None)
     global_config = Config(section="global")
     global_config.read(CONFIG_FILE)
     if global_config["proxy"]:


=====================================
piuparts-slave.py
=====================================
@@ -985,7 +985,7 @@ def create_file(filename, contents):
 
 
 def main():
-    setup_logging(logging.INFO, None)
+    setup_logging(logging.DEBUG, None)
     signal(SIGHUP, sighup_handler)
     signal(SIGUSR1, sigusr1_handler)
 



View it on GitLab: https://salsa.debian.org/debian/piuparts/commit/030f1e97767748db321dca5a26644afbe5ebbb5a

-- 
View it on GitLab: https://salsa.debian.org/debian/piuparts/commit/030f1e97767748db321dca5a26644afbe5ebbb5a
You're receiving this email because of your account on salsa.debian.org.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/piuparts-devel/attachments/20190910/a8421e48/attachment.html>


More information about the Piuparts-devel mailing list