[Piuparts-devel] [Git][debian/piuparts][develop] Revert "enable debug output"
Holger Levsen
gitlab at salsa.debian.org
Tue Sep 10 14:33:34 BST 2019
Holger Levsen pushed to branch develop at Debian / piuparts
Commits:
25130ee5 by Holger Levsen at 2019-09-10T13:33:22Z
Revert "enable debug output"
This reverts commit 030f1e97767748db321dca5a26644afbe5ebbb5a.
- - - - -
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.DEBUG, None)
+ setup_logging(logging.INFO, 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.DEBUG, None)
+ setup_logging(logging.INFO, None)
signal(SIGHUP, sighup_handler)
signal(SIGUSR1, sigusr1_handler)
View it on GitLab: https://salsa.debian.org/debian/piuparts/commit/25130ee5becb81b855b7a24e629c9a3a5dc5281f
--
View it on GitLab: https://salsa.debian.org/debian/piuparts/commit/25130ee5becb81b855b7a24e629c9a3a5dc5281f
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/4e187de2/attachment-0001.html>
More information about the Piuparts-devel
mailing list