chore(baomap): drop all baomap logging to debug or lower #1562
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
We've decided that
INFO
logging level & above should be reserved for node operators that are at least familiar with iroh's different subsystems, but not engineering internals.This is less than ideal on node startup:
![Screenshot 2023-10-02 at 3 53 19 PM](https://private-user-images.githubusercontent.com/1154390/272072193-eaa53618-0bbe-4654-8067-6ff9ac798042.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk3NTk5NjYsIm5iZiI6MTczOTc1OTY2NiwicGF0aCI6Ii8xMTU0MzkwLzI3MjA3MjE5My1lYWE1MzYxOC0wYmJlLTQ2NTQtODA2Ny02ZmY5YWM3OTgwNDIucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxNyUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTdUMDIzNDI2WiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9OWM0OGFlNDUwNjRiZDc1NTliNjYwYjJhZDMyODllMWU1MDI2Yjg3NDIwY2M3MzczNzVmZTk2ODBkOGMzZDlmNiZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.5G5nfO634kPbcRQAH1_Z6LNS3eEdACxlhxK-zFwIJ7o)
So, drop to debug level.
Notes & open questions
Change checklist
Documentation updates if relevant.Tests if relevant.