This is an old revision of the document!


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"
        }
    }
}