Chia Log - Connection closed

I am encountering the connection closed log in the logs. Is this normal? This happens very often.

Sample Log:
2021-06-11T21:28:00.193 full_node chia.full_node.full_node: INFO     peer disconnected {'host': '127.0.0.1', 'port': 8449}
2021-06-11T21:28:01.334 full_node chia.full_node.mempool_manager: INFO     It took 0.002992391586303711 to pre validate transaction
2021-06-11T21:28:01.339 full_node chia.full_node.mempool_manager: INFO     add_spendbundle took 0.003988981246948242 seconds, cost 10844856 (0.099%)
2021-06-11T21:28:01.515 full_node chia.full_node.full_node: INFO      Updated peak to height 417118, weight 138626360, hh xxxxx,forked at 417117, rh: xxxxx, total iters: 1370384948649, overflow: False, deficit: 0, difficulty: 1544, sub slot iters: 115343360, Generator size: 1676, Generator ref list size: 1
2021-06-11T21:28:01.519 full_node chia.full_node.mempool_manager: INFO     add_spendbundle took 0.0 seconds, cost 10844856 (0.099%)
2021-06-11T21:28:01.520 full_node chia.full_node.mempool_manager: INFO     add_spendbundle took 0.0009968280792236328 seconds, cost 10844856 (0.099%)
2021-06-11T21:28:01.520 full_node chia.full_node.mempool_manager: INFO     add_spendbundle took 0.0 seconds, cost 10844856 (0.099%)
2021-06-11T21:28:01.521 full_node chia.full_node.mempool_manager: INFO     add_spendbundle took 0.0 seconds, cost 10844856 (0.099%)
2021-06-11T21:28:01.521 full_node chia.full_node.mempool_manager: INFO     add_spendbundle took 0.0 seconds, cost 10844856 (0.099%)
2021-06-11T21:28:01.522 full_node chia.full_node.mempool_manager: INFO     add_spendbundle took 0.0 seconds, cost 10868858 (0.099%)
2021-06-11T21:28:01.523 full_node chia.full_node.mempool_manager: INFO     add_spendbundle took 0.0 seconds, cost 10844856 (0.099%)
2021-06-11T21:28:01.523 full_node chia.full_node.mempool_manager: INFO     add_spendbundle took 0.0 seconds, cost 10844856 (0.099%)
2021-06-11T21:28:01.524 full_node chia.full_node.mempool_manager: INFO     add_spendbundle took 0.0 seconds, cost 10844856 (0.099%)
2021-06-11T21:28:01.524 full_node chia.full_node.mempool_manager: INFO     add_spendbundle took 0.0 seconds, cost 10844856 (0.099%)
2021-06-11T21:28:01.525 full_node chia.full_node.mempool_manager: INFO     add_spendbundle took 0.0 seconds, cost 10844856 (0.099%)
2021-06-11T21:28:01.525 full_node chia.full_node.mempool_manager: INFO     add_spendbundle took 0.0 seconds, cost 10950036 (0.1%)
2021-06-11T21:28:01.526 full_node chia.full_node.mempool_manager: INFO     add_spendbundle took 0.0 seconds, cost 10844856 (0.099%)
2021-06-11T21:28:01.527 full_node chia.full_node.mempool_manager: INFO     add_spendbundle took 0.0009970664978027344 seconds, cost 10844856 (0.099%)
2021-06-11T21:28:01.527 full_node chia.full_node.mempool_manager: INFO     Size of mempool: 14 spends, cost: 151957166 minimum fee to get in: 0
2021-06-11T21:28:01.532 full_node chia.full_node.full_node: INFO     Block validation time: 0.2403557300567627, cost: 54805922, percent full: 0.498%
2021-06-11T21:28:00.192 wallet wallet_server              : INFO     Connected with full_node {'host': '127.0.0.1', 'port': 8444}
2021-06-11T21:28:02.430 wallet chia.wallet.wallet_state_manager: INFO     Coins removed [] at height: 417118
2021-06-11T21:28:02.433 wallet chia.wallet.wallet_blockchain: INFO      Updated wallet peak to height 417118, weight 138626360, 
2021-06-11T21:28:03.173 full_node chia.full_node.mempool_manager: INFO     It took 0.0029916763305664062 to pre validate transaction
2021-06-11T21:28:03.179 full_node chia.full_node.mempool_manager: INFO     add_spendbundle took 0.00498652458190918 seconds, cost 10844856 (0.099%)
2021-06-11T21:28:03.203 wallet wallet                     : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8444}
2021-06-11T21:28:03.209 full_node full_node_server        : INFO     Connection closed: 127.0.0.1, node id: xxxx
2021-06-11T21:28:03.210 full_node chia.full_node.full_node: INFO     peer disconnected {'host': '127.0.0.1', 'port': 8449}
2021-06-11T21:28:03.437 full_node chia.full_node.mempool_manager: INFO     It took 0.001994609832763672 to pre validate transaction
2021-06-11T21:28:03.443 full_node chia.full_node.mempool_manager: INFO     add_spendbundle took 0.004986763000488281 seconds, cost 10844856 (0.099%)
2021-06-11T21:28:03.740 harvester harvester               : INFO     Reconnecting to peer {'host': '127.0.0.1', 'port': 8447}
2021-06-11T21:28:03.747 farmer farmer_server              : INFO     Connection closed: 127.0.0.1, node id: xxx
2021-06-11T21:28:03.747 farmer chia.farmer.farmer         : INFO     peer disconnected {'host': '127.0.0.1', 'port': 8448}


You disconnect from and connect to new peers regularly.

Say one of your peers turns their PC off. They disconnect from you. The Chia client is always searching for new peers for you. This is the nature of the file sharing networks that Chia’s network is built on.