Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


LogLevel

The minimum log level the server uses for console and file output.
Read time 1 minuteLast updated 7 days ago

Definition

public static int? LogLevel { get; set; }

Remarks

The log level that Unity parses from the
-loglevel
command-line flag. If the flag isn't present, Unity uses the value from Dedicated Server Player settings. If no value is configured, this property returns
null
. The log level is an integer value where
0
is debug and
1
is info.