"use client"; import { Search } from "lucide-react"; export default function LogsPage() { return (

Logs

View application and server logs.

14:32:01 [info] Server started on port 3000
14:32:05 [info] Database connected successfully
14:45:12 [http] GET /api/users 200 OK - 45ms
); }