InjectiveLabs / injective-chain-releases

This repo contains all the published binaries of the Injective Chain
50 stars 25 forks source link

feat: update mongo logging #67

Closed Ri-go closed 1 year ago

Ri-go commented 1 year ago

User experienced corrupted logs due to an ungrateful shutdown because of lack of resources. When using the JSON log parser, incomplete/corrupted logs will prevent the user from viewing future logs after the corrupted line. Hence, the switch to journals logging.

cc: @achilleas-kal