aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/vespa/storage/storageserver/config_logging.h
blob: 8c6811cc63751704393faa27f057b8b6e47791f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
// Copyright Yahoo. 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);

}