Display `identity_id` and `request_id` properties in plaintext console logger by default.
See original GitHub issueDescription
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:
- Created 5 years ago
- Comments:7 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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.
Closed due to inactivity. Feel free to reopen with additional details so that this issue can be converted into a task