aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/storageserver/config_logging.h
blob: 8fc2fbe1386f07b2e7ed65c471f437e0fab7f343 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#pragma once

namespace config { class ConfigInstance; }

namespace storage {

void log_config_received(const config::ConfigInstance& cfg);

}