---
title: "Adjust the level of the given DGC logger"
method: POST
path: "/dgcLog"
tags: ["dgc-logger"]
---

# Adjust the level of the given DGC logger

`POST /dgcLog`

## Request body

- SetLoggerLevelRequest
  - `level` 'OFF' | 'ERROR' | 'WARN' | 'INFO' | 'DEBUG' | 'TRACE' | 'ALL'
  - `loggerName` string
  - `managedServiceId` string, uuid

## Response `default`

default response

- DGCManagedServiceModel
  - `createdDate` string, date-time
  - `errorMessage` string
  - `id` string, uuid
  - `modifiedDate` string, date-time
  - `nodeId` string, uuid
  - `optionalDependencies` string[]
  - `requiredDependencies` string[]
  - `status` 'STARTING' | 'RUNNING' | 'STOPPING' | 'STOPPED' | 'ERROR' | 'UNKNOWN'
  - `type` 'REPOSITORY' | 'SPARK' | 'DGC' | 'SEARCH'

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
