mirror of
https://codeberg.org/icewind/logsmash.git
synced 2026-06-03 18:14:11 +02:00
show request id in log details
This commit is contained in:
parent
21f89c6d92
commit
7bda24c6ba
1 changed files with 2 additions and 1 deletions
|
|
@ -41,11 +41,12 @@ impl StatefulWidget for SingleLog {
|
|||
{
|
||||
if let Some(line) = self.line {
|
||||
let par = Paragraph::new(format!(
|
||||
"{}\n\n {} {}\n {}\n\n from {} by {} at {}",
|
||||
"{}\n\n {} {}\n {}\n\n {} from {} by {} at {}",
|
||||
line.message,
|
||||
line.method,
|
||||
line.url,
|
||||
line.user_agent,
|
||||
line.request_id,
|
||||
line.remote_address,
|
||||
line.user,
|
||||
format_time(line.time),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue