You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to run : hft_backtest/hftbacktest/connector
Using
cargo run main binancefutures ./examples/binancefutures.toml
I got this warning : 2024-11-14T01:09:45.742671Z WARN iceoryx2_bb_log::logger::tracing: Default config file found but unable to read data, populate config with default values. origin="Config::global_config()"
The warning relates to the iceoryx configuration, not the Connector configuration. You can disregard this warning, as the configuration is currently hard-coded.
Hi,
First many TKS for this beautiful software !
When i try to run :
hft_backtest/hftbacktest/connector
Using
cargo run main binancefutures ./examples/binancefutures.toml
I got this warning :
2024-11-14T01:09:45.742671Z WARN iceoryx2_bb_log::logger::tracing: Default config file found but unable to read data, populate config with default values. origin="Config::global_config()"
Not sure if it is a false positive or not.
Many tks.
The text was updated successfully, but these errors were encountered: