notsecure / uTox

Lightweight Tox client
utox.org
GNU General Public License v3.0
597 stars 149 forks source link

Chat history in logs #1073

Closed xuhcc closed 9 years ago

xuhcc commented 9 years ago

When starting, uTox writes chat history to the system log (systemd journal in my case):

utox.desktop[906]: loaded backlog: 5: message1
utox.desktop[906]: loaded backlog: 5: message2
...

Can it be turned off?

GrayHatter commented 9 years ago

@xuhcc what distro?

xuhcc commented 9 years ago

@GrayHatter Arch Linux.

GrayHatter commented 9 years ago

how are you launching utox?

xuhcc commented 9 years ago

Usually from the Gnome menu, but when I launch utox from command line, chat history also appears in journal.

GrayHatter commented 9 years ago

seems like a misconfiguration, also being on Arch, I don't have any of those messages.

uTox does use stdout, so I'd ask on the bbs.archlinux or #archlinux on freenode. If they insist it's uTox, post here or join #tox on freenode, and I'll see if I can't help you figure it out.

On Sun, Jun 7, 2015 at 11:53 AM, Kirill Goncharov notifications@github.com wrote:

Usually from the Gnome menu, but when I launch utox from command line, chat history also appears in journal.

— Reply to this email directly or view it on GitHub https://github.com/notsecure/uTox/issues/1073#issuecomment-109788243.

irungentoo commented 9 years ago

uTox prints a bunch of debug info to stdout

xuhcc commented 9 years ago

@irungentoo Yes, history is displayed among the other debug messages. At first I noticed these messages in system journal, but the same is true for command line output.

ElLamparto commented 9 years ago

I've noticed the same thing in Debian Jessie. The whole chat history in the system log.

GrayHatter commented 9 years ago

fixed in 5a5132ff1