fix: upgrade slf4j in bootstrapped code by dvob · Pull Request #2966 · operator-framework/java-operator-sdk

Conversation

@dvob

When you start the Runner of the bootstrapped code no logs do appear in the terminal.
Upgrading slf4j fixes this problem.

With the old slf4j version no logs do appear in the terminal, when
executing the Runner of the bootstrapped code.

metacosm

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

csviri

@csviri