Skip to content

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

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

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    Status
    ❓New

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions