elastic / elastic/logstash

when appendFields a Object with a Object attribute ,the whole project would not print any log。

Open
#8,094 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
14.9k
Forks
3.5k
Avg merge
19h 14m
Merged PRs (30d)
63

Description

when appendFields a Object with a Object attribute ,the whole project would not print any log。
- Version:logstash-logback-encoder:4.5.1
- Operating System:win10
- Config File (if you have sensitive info, please remove it):
- Sample Data:
- Steps to Reproduce:
`private final Logger logger = LoggerFactory.getLogger(getClass());`
`LogInfo logInfo = new LogInfo("",0);` _(LogInfo is my business Class, it can be any Class with a Object attribute_)
`logInfo.setRet(new Object());`
` logger.info(appendFields(logInfo),"access log");`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.