mirror of
https://github.com/chirpstack/chirpstack.git
synced 2024-12-20 21:53:11 +00:00
Log full codec error.
This commit is contained in:
parent
3d4455b968
commit
0481b1a5e3
@ -991,7 +991,7 @@ impl Data {
|
||||
device_info: self.device_info.clone(),
|
||||
level: integration_pb::LogLevel::Error.into(),
|
||||
code: integration_pb::LogCode::UplinkCodec.into(),
|
||||
description: format!("{}", e),
|
||||
description: format!("{:#}", e),
|
||||
context: [(
|
||||
"deduplication_id".to_string(),
|
||||
pl.deduplication_id.clone(),
|
||||
|
Loading…
Reference in New Issue
Block a user