This is an automated email from the git hooks/post-receive script. x2go pushed a change to branch master in repository python-x2go. from ce28c92 Rewrite string variables to '' if they are set to None during instance construction. new 39ef6c5 x2go/log.py: Start logging to stdout (rather than stderr). The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. Summary of changes: debian/changelog | 1 + x2go/log.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git
This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch master in repository python-x2go. commit 39ef6c5707e8a791941c19594429a82409c0b9d3 Author: Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Date: Wed Nov 17 21:41:00 2021 +0100 x2go/log.py: Start logging to stdout (rather than stderr). --- debian/changelog | 1 + x2go/log.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 7732f69..badd1ab 100644 --- a/debian/changelog +++ b/debian/changelog @@ -15,6 +15,7 @@ python-x2go (0.6.1.4-0x2go1) UNRELEASED; urgency=medium x2go_exceptions.X2GoSessionRegistryException occurrences. - Rewrite string variables to '' if they are set to None during instance construction. + - x2go/log.py: Start logging to stdout (rather than stderr). * debian/*: + Drop Python2 builds. diff --git a/x2go/log.py b/x2go/log.py index 21f174e..2cbf30c 100644 --- a/x2go/log.py +++ b/x2go/log.py @@ -57,7 +57,7 @@ class X2GoLogger(object): tag = '' progpid = -1 level = -1 - destination = sys.stderr + destination = sys.stdout _loglevel_NAMES = {8: 'error', 16: 'warn', -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/python-x2go.git