Skip to content

Bug --noconsolelogging#4

Merged
michaelnoonan merged 5 commits into
masterfrom
bug-noconsolelogging
Jun 14, 2017
Merged

Bug --noconsolelogging#4
michaelnoonan merged 5 commits into
masterfrom
bug-noconsolelogging

Conversation

@michaelnoonan
Copy link
Copy Markdown
Contributor

@michaelnoonan michaelnoonan commented Jun 13, 2017

Fixes #7

@michaelnoonan michaelnoonan self-assigned this Jun 13, 2017
@michaelnoonan michaelnoonan requested a review from tothegills June 13, 2017 06:28
</targets>

<rules>
<logger name="SkipConsole" minlevel="Info" writeTo="octopus-log-file" />
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What happened to these ones?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was an old way this feature was implemented back in the day, but I don't think it worked very well.

<logger name="SkipConsole" minlevel="Info" writeTo="octopus-log-file" />
<logger name="SkipConsole" minlevel="Fatal" writeTo="eventlog" final="true" />

<logger name="*" minlevel="Info" maxLevel="Warn" writeTo="stdout" />
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bit concerned this might be a breaking change... Say someone is just redirecting stdout to a file - all of a sudden it doesn't log errors anymore.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep, will update our 3.14 release notes and make it clear in the issue release note.

Copy link
Copy Markdown
Contributor

@matt-richardson matt-richardson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Copy Markdown
Contributor

@tothegills tothegills left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, nothing is jumping out at me screaming "this will break the world"

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.

3 participants