ModelEngine-Group / ModelEngine-Group/fit-framework
构建出的 FIT 二进制包中未包含 log4j2 的实现
Open
Nobody has claimed this yet.
from: gitcode
good first issue
in: fit
type: task
- Dominant language
- Java
- Stars
- 2.1k
- Forks
- 335
- PR merge metrics
- No merged PRs in 30d
Description
背景
当前构建出的 FIT 二进制包中仅包含默认的控制台输出实现,这对于想直接使用 log4j2 的人来说,并不友好,需要按照文档指示进行部分包的替换。
解决方案
- 设计一个方案,可以将控制台输出和
log4j2输出都打包的方式,将所有包都输出到整体构建的二进制包中; - 再设计一个方便的命令行方案,可以随时调整使用的日志方案。
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the current FIT binary packaging process and the documentation instructions for replacing logging packages. Define how both console logging and log4j2 are included, then determine how a command-line option can select the logging implementation; done means the package supports both choices without manual replacement.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system, cli
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100