diff --git a/src/caosdb/configuration.cpp b/src/caosdb/configuration.cpp index ed3385a8262107e70b099764cbda6f6065bfaf8b..4bcfaeb979b19f08ca4cfb71101ffc3367bd78f0 100644 --- a/src/caosdb/configuration.cpp +++ b/src/caosdb/configuration.cpp @@ -504,8 +504,9 @@ auto ConfigurationManager::InitializeDefaults() -> int { // ... and use the configuration file if (configuration_file_path != nullptr) { - // TODO(tf): log which file has been used. mLoadSingleJSONConfiguration(*configuration_file_path); + CAOSDB_LOG_INFO(logger_name) + << "Loaded configuration from" << configuration_file_path << "."; } if (this->json_configuration.is_object() && diff --git a/src/ccaosdb.cpp b/src/ccaosdb.cpp index 34da58079a6fab5650e0afa0580c3d8b82166301..d21b3bd0aafd9c95488658574ef6c03a044996c1 100644 --- a/src/ccaosdb.cpp +++ b/src/ccaosdb.cpp @@ -12,7 +12,7 @@ extern "C" { -#define CCAOSDB_LOGGER_NAME "ccaosd" +#define CCAOSDB_LOGGER_NAME "ccaosdb" /* * Macro for wrapping every function into a try-catch clause. If an exception