Skip to content

Commit ef3e730

Browse files
author
tempate
committed
Validate new YAML options
Signed-off-by: tempate <[email protected]>
1 parent 480a11e commit ef3e730

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

fastddsspy_yaml/src/cpp/YamlReaderConfiguration.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,8 @@ void Configuration::load_specs_configuration_(
239239
const std::set<TagType> tags{
240240
NUMBER_THREADS_TAG,
241241
SPECS_QOS_TAG,
242-
GATHERING_TIME_TAG};
242+
GATHERING_TIME_TAG,
243+
LOG_CONFIGURATION_TAG};
243244

244245
YamlValidator::validate_tags(yml, tags);
245246

0 commit comments

Comments
 (0)