Skip to content
This repository has been archived by the owner on May 26, 2020. It is now read-only.

Rust debug messages are being sent to Discord instead of logged as stdout #5

Open
egeexyz opened this issue Apr 27, 2018 · 0 comments
Labels

Comments

@egeexyz
Copy link
Owner

egeexyz commented Apr 27, 2018

The Rust server broadcasts various messages via websocket, which Androgee collects. These messages are parsed and sent to stdout (the noisy debug messages), the Discord #debug channel (Androgee debugging, such as dropped connections), or the #Rust channel.

The messages from the Rust server that should be logged to stdout are currently being sent to the #debug channel as empty strings. See attached image:

image

@valeth

@valeth valeth self-assigned this Apr 29, 2018
@valeth valeth added the bug label Apr 29, 2018
@valeth valeth removed their assignment Jul 2, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants