microsoft / microsoft/durabletask-java
Structured logging
还没有人认领这个 Issue。
- 主要语言
- Java
- 星标
- 29
- 派生
- 18
- 平均合并
- 1 天 10 小时
- 30 天内合并 PR
- 2
描述
Requirement
Structured logging should be added to the SDK to support tracing and debugging by developers and operators. Ideally, these logs integrate naturally with the logging system used by the application host.
Proposal
The java.util.logging.Logger class can be used as the main abstraction for logging, similar to the ILogger interface in .NET.
Other considerations
Azure Functions has a particular way of doing logging and tracing for Java-based function apps. Ideally any design we consider should integrate nicely with external runtime hosts (especially Azure Functions). Azure Functions code can call context.getLogger() to get an instance of java.util.logging.Logger to use for logging.
贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
首先阅读结构化日志记录要求、java.util.logging.Logger 提案以及链接的 Azure Functions 日志记录指南。定义 SDK 日志记录应如何与主机提供的日志记录器集成,尤其是 context.getLogger(),并将支持跨外部运行时进行 tracing 和 debugging 的设计与实现视为完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- azure, java
- 领域
- backend, observability
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 30/100