Skip to content

Commit ed6e552

Browse files
Stop logging exceptions if backend.sock not available
1 parent 654064d commit ed6e552

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/docker.clj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,8 +382,7 @@
382382
{:is-logged-in? true}
383383
(try
384384
(get-login-info {})
385-
(catch Throwable ex
386-
(logging/warn "Unable to extract login info: {{ex}}" {:ex ex})))))
385+
(catch Throwable _))))
387386
(catch Throwable _)))
388387

389388
(comment

0 commit comments

Comments
 (0)