Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added script for log viewer #1042

Closed
Closed
Prev Previous commit
Next Next commit
Fix error
YevhenZvieriev committed Feb 10, 2024
commit 4e48d4357cdead0707150935ac1f4c8e27621366
1 change: 0 additions & 1 deletion compose/bin/log
Original file line number Diff line number Diff line change
@@ -58,7 +58,6 @@ function tail_all_logs() {
docker exec -it "$CONTAINER_NAME" tail -f "${logs[@]/#/$LOGS_PATH/}" | while IFS= read -r line; do
echo "$line" | format_log_output | tee /dev/tty
done
exit 0
}

function tail_error_logs() {