Skip to content

Use a real Java logging framework #6

@KoopaKing

Description

@KoopaKing

It's up to you what to use, but can you add a real logging framework instead of these System.out.println statements? They will be more performant, more configurable and are more typical for a web server.

You can use whatever you want. My example project uses flogger which is what Google uses internally. You can also use log4j directly or slf4j with a properly configured implementation.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions