File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ func (fp *FeneconProber) Run(target FeneconProberTarget) {
112112 fp .logger .With (slog .String ("target" , target .Target ))
113113
114114 startTime := time .Now ()
115- fp .logger .Debugf (`start probe` )
115+ fp .logger .Info (`start probe` )
116116
117117 client := fp .client .SetBaseURL (
118118 fmt .Sprintf (`%s/rest/channel/` , strings .TrimRight (target .Target , "/" )),
@@ -273,7 +273,7 @@ func (fp *FeneconProber) Run(target FeneconProberTarget) {
273273
274274 wg .Wait ()
275275
276- fp .logger .Debugf (`finished probe in %v ` , time .Since (startTime ). String ( ))
276+ fp .logger .Info (`finished probe` , slog . Duration ( "duration" , time .Since (startTime )))
277277}
278278
279279func (fp * FeneconProber ) queryWildcard (client * resty.Client , url string ) (* ResultWildcard , error ) {
You can’t perform that action at this time.
0 commit comments