Skip to main content

Changing Log Level

Property fabric.log.level (Defaulted info) is used for managing the log level to SOUT.

You can override this property by declaring the following:

loom {
launches {
client {
property "fabric.log.level", "debug"
}
server {
property "fabric.log.level", "debug"
}
}
}