Skip to content
gwbres edited this page Dec 9, 2024 · 4 revisions

RUST_LOG and embedded logger

The toolbox uses the rust logger to report meaningful information.
This is controled by the $RUST_LOG variable. You can customize it on every run, for example with:

RUST_LOG=trace rinex-cli --fp test_resources/NAV/V2/amel010.21g 

if you don't want to define it.

Important basic traces

Verify that your input products match what you intent.
The toolbox will browse all the data set and verify it can proceed.
It will also help you go further by letting you know what could be improved in your dataset:

  • lack of local position (like a geodetic marker) may prevail for going further
  • complete PPP compliancy is very specific and the toolbox will let you know whether it has been achieved or not.
Clone this wiki locally