Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit56f1535

Browse files
committed
change notifications disabled message level to debug
1 parentdedc32f commit56f1535

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎cli/server.go‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -938,7 +938,7 @@ func (r *RootCmd) Server(newAPI func(context.Context, *coderd.Options) (*coderd.
938938
notificationReportGenerator:=reports.NewReportGenerator(ctx,logger.Named("notifications.report_generator"),options.Database,options.NotificationsEnqueuer,quartz.NewReal())
939939
defernotificationReportGenerator.Close()
940940
}else {
941-
cliui.Info(inv.Stdout,"Notifications are currently disabled as there are no configured delivery methods. See https://coder.com/docs/admin/monitoring/notifications#delivery-methods for more details.")
941+
logger.Debug(ctx,"notifications are currently disabled as there are no configured delivery methods. See https://coder.com/docs/admin/monitoring/notifications#delivery-methods for more details")
942942
}
943943

944944
// Since errCh only has one buffered slot, all routines

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp