Version: Unity 6.3 LTS (6000.3)
LanguageEnglish
  • C#

Arguments.LogLevel

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

public static Nullable<int> LogLevel;

Description

The minimum log level the server uses for console and file output.

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.