www/src/content/docs/blog/new-console-logs-ui.mdx
import { Image } from "astro:assets"
import logsLight from '../../../assets/blog/sst-console-logs-light.png'; import logsDark from '../../../assets/blog/sst-console-logs-dark.png';
We recently updated the logs UI in the SST Console. We've added the ability to search, view log streams, and just made it faster.
<picture> <source srcset={logsDark.src} media="(prefers-color-scheme: dark)" /> <source srcset={logsLight.src} media="(prefers-color-scheme: light)" /> <Image src={logsLight} alt="SST Console Logs" /> </picture>In the Console, you can view logs from your functions, containers, or any other CloudWatch log groups. We added the ability to:
Check out the new logs in the Console.