We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3918a42 commit 9ef75d5Copy full SHA for 9ef75d5
src/agent/services/lazer_exporter.rs
@@ -269,7 +269,7 @@ mod lazer_exporter {
269
let publish_keypair = match keypair::read_keypair_file(&config.publish_keypair_path) {
270
Ok(k) => k,
271
Err(e) => {
272
- tracing::warn!(
+ tracing::error!(
273
error = ?e,
274
publish_keypair_path = config.publish_keypair_path.display().to_string(),
275
"Reading publish keypair returned an error. ",
0 commit comments