LogLevel
The minimum log level the server uses for console and file output.
Read time 1 minuteLast updated 7 days ago
Definition
- Type: Property
- Namespace: UnityEngine.DedicatedServer
- Assembly: UnityEngine.CoreModule
public static int? LogLevel { get; set; }
Remarks
The log level that Unity parses from the 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 . The log level is an integer value where is debug and is info.
-loglevelnull01