snarkify / sirius

A Plonkish folding framework for Incrementally Verifiable Computation (IVC).
MIT License
119 stars 17 forks source link

fix: use 'tracing_test' instead of 'test_log' #203

Closed cyphersnake closed 6 months ago

cyphersnake commented 6 months ago

Motivation After migration to 'tracing' we should use tracing_test for see logs in tests run

Overview

chaosma commented 6 months ago

Before go into review the detail, can you give some sample outputs of tracing lib so we can see the difference between these two libs? @cyphersnake

cyphersnake commented 6 months ago

Before go into review the detail, can you give some sample outputs of tracing lib so we can see the difference between these two libs? @cyphersnake

The logs are identical, the only difference is the span-feature.

Within this PR, there will be no real changes to the actual logs (except that the default colors for the terminal are on here and off there)