From 451c8944443bc99e83fa425490af531e6b50900e Mon Sep 17 00:00:00 2001 From: Stuart Mark James <stuart.james@esrf.fr> Date: Fri, 6 Dec 2019 16:12:42 +0100 Subject: [PATCH] Missing bits... --- CHANGELOG.md | 1 + doc/configuration.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f19e88c..7883609 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. - Entire library now uses the global default logger from spdlog. - Updated spdlog submodule to release v1.4.2 - Modern code via clang tidy +- DbConnection::storeParameterEvent() no longer asserts on empty parameters, it now warns in the log. ## [0.9.1] - 2019-07-18 diff --git a/doc/configuration.md b/doc/configuration.md index b515712..a35efb0 100644 --- a/doc/configuration.md +++ b/doc/configuration.md @@ -12,7 +12,7 @@ Configuration parameters are as follows: | log_file | false | false | Enable logging to file | | log_console | false | false | Enable logging to the console | | log_syslog | false | false | Enable logging to syslog | -| log_file_name | false | None | When logging to file, this is the path and name of file to use | +| log_file_name | false | None | When logging to file, this is the path and name of file to use. Ensure the path exists otherwise this is an error conditions. | The logging_level parameter is case insensitive. Logging levels are as follows: -- GitLab