Skip to content
Snippets Groups Projects
Verified Commit 2baf5bfc authored by Timm Fitschen's avatar Timm Fitschen
Browse files

WIP: insert delete

parent 289ff0b9
No related branches found
No related tags found
1 merge request!4ENH: Allow insertion and deletion of single entities
Pipeline #10874 failed
......@@ -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() &&
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment