Skip to content

Commit

Permalink
fold logs stderr onto stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
lmiphay committed Mar 12, 2022
1 parent be03be3 commit af8ad53
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/logitechmediaserver-docker
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ case "$1" in
delete|rm)
docker rm logitechmediaserver
;;
logs)
docker logs -n 1000 -f logitechmediaserver
log*)
docker logs -n 1000 -f logitechmediaserver 2>&1
;;
settings)
set | egrep '^lms_' | sort
Expand Down

0 comments on commit af8ad53

Please sign in to comment.