Skip to content

Commit ed4c32d

Browse files
committed
Make "unconfigured email" startup log less scary
1 parent bb1a6b8 commit ed4c32d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ func Initialize(apper Apper, debug bool) (*App, error) {
433433
log.Info("Starting publish jobs queue...")
434434
go startPublishJobsQueue(apper.App())
435435
} else {
436-
log.Error("[FAILED] Starting publish jobs queue: no email provider is configured.")
436+
log.Info("[jobs] Not starting publish jobs queue: no email provider is configured.")
437437
}
438438

439439
// Handle local timeline, if enabled

0 commit comments

Comments
 (0)