mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Minor change
This commit is contained in:
parent
dc5c203eb8
commit
dbb2532e88
@ -390,7 +390,7 @@ void Server::initialize(Poco::Util::Application & self)
|
||||
BaseDaemon::initialize(self);
|
||||
logger().information("starting up");
|
||||
|
||||
LOG_INFO(&logger(), "OS Name = {}, OS Version = {}, OS Architecture = {}",
|
||||
LOG_INFO(&logger(), "OS name: {}, version: {}, architecture: {}",
|
||||
Poco::Environment::osName(),
|
||||
Poco::Environment::osVersion(),
|
||||
Poco::Environment::osArchitecture());
|
||||
|
Loading…
Reference in New Issue
Block a user