ClassiCube / MCGalaxy

A Minecraft Classic / ClassiCube server software
GNU General Public License v3.0
168 stars 79 forks source link

Minor annoyance, doesn't follow rules. #694

Open rdebath opened 2 years ago

rdebath commented 2 years ago

Which option is set to False did you even see it?

The logging options in server.properties should be in individually named properties if we're following the normally accepted rules for defining config variables.

# Logging settings
log-notes = true
file-logging = True, True, True, True, True, True, True, True, False, True, True, True, True, True, True, True, True
console-logging = True, True, True, True, True, True, True, True, False, True, True, True, True, True, True, True, True
UnknownShadow200 commented 2 years ago

It was implemented as a short term solution for server that really wanted to be able to disable logging some things, on the assumption that in the longer term a proper logging configuration system and GUI would be provided

(Although 3 years later and still no proper logging configuration yet)