Is your feature request related to a problem?
We have no logging at the moment for freshly created classes.
Describe the solution you'd like.
Since we have a refactored architecture, we need to (re-) add logging from slf4j into these classes to speed up finding and fixing errors (debugging log messages) and appropiate warn / error log messages for users to report to us.
Important: Debug log messages must NOT appear into the server log, but in a different directory inside the plugins directory with log files, for example plugins/AntiRedstoneClock-Remastered/debug-logs/latest.log
This is important as debug logs can spam and should be kept seperately.
Describe alternatives you've considered.
None
Other
No response
Is your feature request related to a problem?
We have no logging at the moment for freshly created classes.
Describe the solution you'd like.
Since we have a refactored architecture, we need to (re-) add logging from slf4j into these classes to speed up finding and fixing errors (debugging log messages) and appropiate warn / error log messages for users to report to us.
Important: Debug log messages must NOT appear into the server log, but in a different directory inside the plugins directory with log files, for example
plugins/AntiRedstoneClock-Remastered/debug-logs/latest.logThis is important as debug logs can spam and should be kept seperately.
Describe alternatives you've considered.
None
Other
No response