Commit 4674a33b authored by Raphael Defosseux's avatar Raphael Defosseux

feat(app): display git branch/hash in run log

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent a3d45181
...@@ -522,6 +522,8 @@ int amf_config::load(const std::string& config_file) { ...@@ -522,6 +522,8 @@ int amf_config::load(const std::string& config_file) {
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------
void amf_config::display() { void amf_config::display() {
Logger::config().info(
"==== OAI-CN5G %s v%s ====", PACKAGE_NAME, PACKAGE_VERSION);
Logger::config().info( Logger::config().info(
"====================== AMF ====================="); "====================== AMF =====================");
Logger::config().info("Configuration AMF:"); Logger::config().info("Configuration AMF:");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment