Commit 193c80ee authored by Ethen Pociask's avatar Ethen Pociask

[indexer.bridge_offset_fix] Output chain config

parent 62461c0d
...@@ -210,6 +210,6 @@ func LoadConfig(log log.Logger, path string) (Config, error) { ...@@ -210,6 +210,6 @@ func LoadConfig(log log.Logger, path string) (Config, error) {
cfg.Chain.L2HeaderBufferSize = defaultHeaderBufferSize cfg.Chain.L2HeaderBufferSize = defaultHeaderBufferSize
} }
log.Info("loaded config") log.Info("loaded config", "config", cfg.Chain)
return cfg, nil return cfg, nil
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment