Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Settings Dump does not contain log output path property #76

Open
dkijania opened this issue Jul 31, 2020 · 1 comment
Open

Settings Dump does not contain log output path property #76

dkijania opened this issue Jul 31, 2020 · 1 comment
Labels

Comments

@dkijania
Copy link
Contributor

ServiceSettings { in_settings_file: None, out_settings_file: None, address: V4(127.0.0.1:10091), tls: Tls { cert_file: None, priv_key_file: None }, cors: Cors { allowed_origins: None, max_age_secs: None }, db_url: "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\.tmp9FZVl5\\vit_station.db", block0_path: "../resources/tests/block0.bin", log: Log { log_output_path: Some("C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\.tmp9FZVl5\\logger.log"), log_level: Info } }

vs

ServiceSettings { in_settings_file: None, out_settings_file: None, address: V4(127.0.0.1:10091), tls: Tls { cert_file: None, priv_key_file: None }, cors: Cors { allowed_origins: None, max_age_secs: None }, db_url: "C:\\Users\\RUNNER~1\\AppData\\Local\\Temp\\.tmp9FZVl5\\vit_station.db", block0_path: "../resources/tests/block0.bin", log: Log { log_output_path: None, log_level: Info } }
@dkijania dkijania added the test label Jul 31, 2020
@danielSanchezQ
Copy link
Contributor

This is implemented in #72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants