Skip to content

Commit ead4ac2

Browse files
committed
fix(tap-agent): never log config
We are currently printing the contents of the config in the logs at the debug level. While that was useful at early testing stage, we should now drop it before it gets used on mainnet.
1 parent dd311d3 commit ead4ac2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tap-agent/src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ use indexer_tap_agent::{agent, metrics, CONFIG};
1212
async fn main() -> Result<()> {
1313
// Parse basic configurations, also initializes logging.
1414
lazy_static::initialize(&CONFIG);
15-
debug!("Config: {:?}", *CONFIG);
1615

1716
let (manager, handler) = agent::start_agent().await;
1817
info!("TAP Agent started.");

0 commit comments

Comments
 (0)