Skip to content

Commit

Permalink
feat(backend): log videos path
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrpdev committed Dec 20, 2024
1 parent d10e6de commit 3da7db5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/src/web/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ impl App {

let video_path = video_path_relative.canonicalize()?;

debug!("Video path: {:?}", video_path);

Ok(Self {
db,
listener,
Expand Down

0 comments on commit 3da7db5

Please sign in to comment.