Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unity 2017.x remote-machine streamed logs display poorly in UberLogger #35

Open
Kalmalyzer opened this issue Aug 28, 2017 · 0 comments
Open

Comments

@Kalmalyzer
Copy link
Contributor

Starting with Unity 2017, when you run a standalone Windows executable on a machine where the Unity editor is active, the standalone executable will connect to the editor and stream log messages to the Console feed.

The look like this in the regular console:
image

However, they are not formatted properly in the UberLogger console:

image

... UberLogger interprets the entire payload as a single message. The severity level is ignored too.

This needs both some investigation (how to handle the messages properly) and also some decisions, like, does UberLogger (or plugins) need to know whether a message is coming from a remote machine? Does UberLogger (or plugins) need the remote machine name as a separate element of LogInfo?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant