awslogs
awslogs copied to clipboard
--watch seems to have stopped working
As the title says. It worked a few days ago. Logs get shown up until now but don't update automatically anymore.
True, had to manually stop the command and rerun to see new logs.
Same, for now I was able to get through it with the watch
command in unix
watch awslogs get /some/group --start="1m ago"
It will not work if you add the --watch
flag
This is a good alternative, thanks!
Thanks for the workaround @igomez10. I hope someone can fix awslogs itself though! This workaround has no colors and uses polling.
Pls fix it