Skip to content

Commit

Permalink
bug core: don't write secdist to logs
Browse files Browse the repository at this point in the history
commit_hash:bb108401590e2a50cfd4a5eee151873df98c7547
  • Loading branch information
Anton3 committed Dec 23, 2024
1 parent e680053 commit 0cc5c5f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/storages/secdist/provider_component.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,6 @@ ParseSettings(const components::ComponentConfig& config, const components::Compo
blocking_task_processor_name ? &context.GetTaskProcessor(*blocking_task_processor_name) : nullptr;
settings.config_path = config["config"].As<std::string>({});
settings.inline_config = config["inline"].As<formats::json::Value>({});
LOG_INFO() << "INLINE " << settings.inline_config;
if (!settings.config_path.empty() && !settings.inline_config.IsNull()) {
throw std::runtime_error("'config' and 'inline' cannot be set together");
}
Expand Down

0 comments on commit 0cc5c5f

Please sign in to comment.