question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Display `identity_id` and `request_id` properties in plaintext console logger by default.

See original GitHub issue

Description

https://github.com/eclipse/che/issues/9275 adds the ability to add and choose appenders for ouput console log. Default loggers are plain text and json. json logger is showing mdc properties identity_id and request_id but plain text one doesn’t by default. I think showing these information in plaintext would be useful as well.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
garagatyicommented, Apr 24, 2018

Never felt a need for this information in Che plaintext logs before, so it is arguable whether we need it or not. But I don’t have a strong opinion on that. And I agree with @skabashnyuk if we had an example how it looks on different screens we would be able to consider it more thoughtfully.

0reactions
ghostcommented, Sep 10, 2018

Closed due to inactivity. Feel free to reopen with additional details so that this issue can be converted into a task

Read more comments on GitHub >

github_iconTop Results From Across the Web

logging - Serilog: Request Id implementation - Stack Overflow
In ASP.NET Core, the RequestId that is exposed by some loggers is the value of TraceIdentifier on the HttpContext . This property can...
Read more >
Getting credentials - Amazon Cognito - AWS Documentation
To do so, open the Amazon Cognito console , choose Manage identity pools, ... getIdentityId(); Log.d("LogTag", "my ID is " + identityId);.
Read more >
Serilog Best Practices - Ben Foster
Standard log properties · Logging fundamentals. Log key events; Choose an appropriate logging level · Enrich your logs. Standard Serilog enrichers ...
Read more >
Formatting Output · serilog/serilog Wiki - GitHub
Serilog provides several output formatting mechanisms. Formatting plain text. Sinks that write plain text output, such as the console and ...
Read more >
Serilog Tutorial for .NET Logging: 16 Best Practices and Tips
Serilog makes it easy to record custom object properties and output ... your log messages should go, including the console and a text...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found