Skip to content

Feature/implement slf4j#5

Closed
purianmol wants to merge 3 commits into
bakayu:masterfrom
purianmol:feature/implement-slf4j
Closed

Feature/implement slf4j#5
purianmol wants to merge 3 commits into
bakayu:masterfrom
purianmol:feature/implement-slf4j

Conversation

@purianmol

@purianmol purianmol commented Aug 12, 2025

Copy link
Copy Markdown
Contributor

Fixes #4

@purianmol

Copy link
Copy Markdown
Contributor Author

@bakayu can you review my pr

@bakayu

bakayu commented Aug 12, 2025

Copy link
Copy Markdown
Owner

too many lines of code changed, you committed a lot of unnecessary code, put up a new PR with necessary changes only.

@bakayu bakayu closed this Aug 12, 2025
Comment thread pom.xml
<version>${junit.jupiter.version}</version>
<scope>test</scope>
</dependency>
<dependency>

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Could you add a comment with links linking back to the maven repository site. For reference:

Suggested change
<dependency>
<!-- JUnit for testing -->
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
<dependency>


@OnOpen
public void onOpen(Session session) {
logger.info("Connected to battlegrid server!");

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

Duplicate logger call here. Please remove this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Replace System.out/System.err and printStackTrace with proper logging

2 participants