Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 984 Bytes

Readme.md

File metadata and controls

38 lines (25 loc) · 984 Bytes

Loki - Stop Areas

Description

Reads a ntfs or a gtfs and performs a journey query between two stop areas.

Usage

stop_areas

The loki_stop_areas binary perform a journey query between two stop areas. See the sample [config file][6] for configuration options. Run with

cargo run --release -- path/to/config.toml

Log level

You can obtain more logs by setting the environment variable RUST_LOG the appropriate log level. For example :

  RUST_LOG=TRACE cargo run --release -- path/to/config.toml

The allowed log levels are TRACE, DEBUG, INFO, WARN, ERROR.

Disable logs at compile-time

You can disable a log level at compile time by specifying features for the log crate in Cargo.toml, see the log documentation for more details.