Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LogModule] Add proper loggin #57

Open
Hokkaydo opened this issue Dec 30, 2023 · 3 comments
Open

[LogModule] Add proper loggin #57

Hokkaydo opened this issue Dec 30, 2023 · 3 comments
Assignees
Labels
new feature New feature or request

Comments

@Hokkaydo
Copy link
Owner

  • Add custom logger with the format "time [LEVEL] : [Module] Message"
  • Add a web interface providing access to logs for allowed users. The interface should provide a way to filter logs based on the severity, timestamp, or custom keywords (such as module names)
  • Additionally, the web interface could give buttons to stop, start and restart the bot
@tdaron
Copy link
Contributor

tdaron commented Dec 30, 2023

any idea of tools you wanna use to do that ?

@Hokkaydo
Copy link
Owner Author

I was thinking of a simple java web server included in the docker image which would deploy itself on the docker start

@Hokkaydo
Copy link
Owner Author

Hokkaydo commented Jan 2, 2024

After some reflection, I think the best would be going for a side project providing access to logs through the web interface and using it as a gradle dependency on EPLBot's project.
I already have some ideas on how to build that

@Hokkaydo Hokkaydo self-assigned this Jan 15, 2024
@Hokkaydo Hokkaydo added the new feature New feature or request label Jan 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants