# LogLevel

> Gets or sets the log level that the Package Manager uses when logging to the Editor.log and upm.log files. Defaults to LogLevel.Info.

## Definition

* **Type:** Property
* **Namespace:** [UnityEditor.PackageManager](/engine/6000.6/script-reference/unityeditor/packagemanager.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public static LogLevel LogLevel { get; set; }
```

### Remarks

For a description of the different log levels, see the documentation for the [Client.LogLevel](/engine/6000.6/script-reference/unityeditor/packagemanager/client/loglevel.md) enum.
