feat: added strapi echo routes

This commit is contained in:
darwincereska
2026-02-18 20:25:24 -05:00
parent 9a0e8d46c8
commit 2740d223cb
6 changed files with 117 additions and 47 deletions

View File

@@ -12,8 +12,9 @@ func NewCharmSlog() *slog.Logger {
// 1. Initialize Charmbracelet
options := log.Options{
ReportTimestamp: true,
ReportCaller: true,
ReportCaller: false,
Level: log.DebugLevel,
Prefix: "ECHO",
}
handler := log.NewWithOptions(os.Stderr, options)