CloudNetService / CloudNet

A modern application that can dynamically and easily deliver Minecraft oriented software
https://cloudnetservice.eu
Apache License 2.0
376 stars 119 forks source link

fix: default log level is not configurable #1514

Closed 0utplay closed 6 days ago

0utplay commented 1 week ago

Motivation

In PR #1466 a contributor noted that the log level is not really configurable without replacing the whole configuration. This changes allowes the configuration using system properties and thus the launcher.cnl

Modification

Added a new "cloudnet.log.level" property which allows configuring the log level.

Result

Configurable log levels

Other context

Closes #1466