Skip to content

Commit

Permalink
Fix copy-paste-o
Browse files Browse the repository at this point in the history
Co-authored-by: Karen Cárcamo <[email protected]>
  • Loading branch information
plotnick and karencfv authored Nov 18, 2024
1 parent 012b6a1 commit baff1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clickhouse-admin/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ pub async fn start_single_admin_server(
let (drain, registration) = slog_dtrace::with_drain(
server_config
.log
.to_logger("clickhouse-admin-keeper")
.to_logger("clickhouse-admin-single")
.map_err(StartError::InitializeLogger)?,
);
let log = slog::Logger::root(drain.fuse(), slog::o!(FileKv));
Expand Down

0 comments on commit baff1cc

Please sign in to comment.