Skip to content

Conversation

@taoyama
Copy link

@taoyama taoyama commented Mar 28, 2023

Current code initialize self.con_path as /dev/stdout by waagent.LoggerInit(). If self.con_path is /dev/stdout, stdout is broken by WriteToConsole() in main/Utils/waagent because WriteToConsole is a function for write message to /dev/console. This patch fix the issue.

Current code initialize self.con_path as /dev/stdout by waagent.LoggerInit().
If self.con_path is /dev/stdout, stdout is broken by WriteToConsole() in main/Utils/waagent because WriteToConsole is a function for write message to /dev/console.
This patch fix the issue.
@taoyama
Copy link
Author

taoyama commented Sep 14, 2023

@vimish @ejarvi @vermashi, could you please take a look at this?

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

Successfully merging this pull request may close these issues.

1 participant