aboutsummaryrefslogtreecommitdiffstats
path: root/config-model/src/main/java/com/yahoo/vespa/model/LogctlSpec.java
blob: ee62ac1baa144c707f1d3e01369f742808f87bc2 (plain) (blame)
1
2
3
4
5
6
7
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.model;

import com.yahoo.container.logging.LevelsModSpec;

public record LogctlSpec(String componentSpec, LevelsModSpec levelsModSpec) {
}