Don't log this
Some checks failed
testing / backend-checks (push) Has been cancelled
testing / frontend-checks (push) Has been cancelled
testing / test-unit (push) Has been cancelled
testing / test-e2e (push) Has been cancelled
testing / test-remote-cacher (redis) (push) Has been cancelled
testing / test-remote-cacher (valkey) (push) Has been cancelled
testing / test-remote-cacher (garnet) (push) Has been cancelled
testing / test-remote-cacher (redict) (push) Has been cancelled
testing / test-mysql (push) Has been cancelled
testing / test-pgsql (push) Has been cancelled
testing / test-sqlite (push) Has been cancelled
testing / security-check (push) Has been cancelled
/ release (push) Has been cancelled
Pubish release / publish (push) Has been cancelled

This commit is contained in:
Minecon724 2025-04-17 05:08:45 +00:00
commit 4b9d8ac6cb
Signed by: Minecon724
GPG key ID: A02E6E67AB961189

View file

@ -68,7 +68,7 @@ func loadThemesInner(assetFs *assetfs.LayeredFS) ([]string, error) {
theme := entry[6 : len(entry)-4]
themes = append(themes, theme)
log.Info("Found theme: %s", theme)
log.Debug("Found theme: %s", theme)
}
if len(themes) > 0 {