[X2Go-Commits] [python-x2go] 01/01: x2go/log.py: Start logging to stdout (rather than stderr).
git-admin at x2go.org
git-admin at x2go.org
Wed Nov 17 21:41:14 CET 2021
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 at 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
More information about the x2go-commits
mailing list