ModelEngine-Group / ModelEngine-Group/fit-framework

构建出的 FIT 二进制包中未包含 log4j2 的实现

Open
#64 0 comments 0 reactions 0 assignees View on GitHub

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 的人来说,并不友好,需要按照文档指示进行部分包的替换。

解决方案
  1. 设计一个方案,可以将控制台输出和 log4j2 输出都打包的方式,将所有包都输出到整体构建的二进制包中;
  2. 再设计一个方便的命令行方案,可以随时调整使用的日志方案。

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.