Azure / Azure/azure-functions-host
Expose a way to reduce console output to a single line
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
Today we're using the default ConsoleLogger which can be ugly for folks that need it. We should figure out a way to simplify this or provide a few options (single-line/minimal, etc).
See here for the options available in .NET 5, but we're using .NET Core 2 internally: https://docs.microsoft.com/en-us/dotnet/core/extensions/console-log-formatter
We may need to create something custom to allow for a minimal log output.
Contributor guide
Research direction
Start by reviewing the default ConsoleLogger behavior and the linked .NET 5 console log formatter options, keeping the repository's internal .NET Core 2 constraint in mind. The issue mentions no files or tests; done means providing a way to select a minimal or single-line console output format, potentially through custom logging support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- observability-sre
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100