Skip to content

Ydoc server logging works the same as any other logging #14881

@JaroslavTulach

Description

@JaroslavTulach

This issue is related to:

While the work on #14788 introduce extensive test suites, those tests are creating logger on a fly - however ydoc-server project is native image compiled with class static initializers executed at build time. As such a classical code:

private static final Logger LOG = Logger(Factory).getLogger(...)

is hardwired during compilation. Currently it gets on hold of a wrong logger. This needs to get fixed. When at it fix also the documentation.

Metadata

Metadata

Labels

Type

No type

Projects

Status

⚙️ Design

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions