chore: update log format !

This commit is contained in:
DarshanBPatel 2024-11-20 17:05:36 +05:30
parent 4f05bac898
commit 828a9838ac
No known key found for this signature in database
GPG Key ID: 9A92CCD9899F0D22
1 changed files with 2 additions and 1 deletions

View File

@ -297,7 +297,7 @@ monitoring_menu() {
case $choice in case $choice in
1) 1)
docker-compose logs --tail=100 -f docker-compose logs -f nwaku
;; ;;
2) 2)
echo -e "\n${BOLD}Opening metrics dashboard...${NC}" echo -e "\n${BOLD}Opening metrics dashboard...${NC}"
@ -546,3 +546,4 @@ case "$1" in
show_interactive_menu show_interactive_menu
;; ;;
esac esac
docker-compose logs --tail=100 -f