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
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:
parent
e34f72887b
commit
4b9d8ac6cb
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue