Commit 460569f
committed
fix(logging): Do not report 'logger.go' as the logging file
Without this fix:
[2023-06-07T15:19:31.783+01:00 I logger.go:53] Registering test step sshcmd
[2023-06-07T15:19:31.783+01:00 I logger.go:53] Registering reporter noop
With this fix:
[2023-06-07T15:12:38.611+01:00 I pluginregistry.go:91] Registering test step sshcmd
[2023-06-07T15:12:38.611+01:00 I pluginregistry.go:115] Registering reporter noop
Signed-off-by: Dmitrii Okunev <[email protected]>1 parent b12c692 commit 460569f
1 file changed
+22
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
| 11 | + | |
10 | 12 | | |
| 13 | + | |
11 | 14 | | |
12 | 15 | | |
13 | 16 | | |
| 17 | + | |
14 | 18 | | |
15 | 19 | | |
16 | 20 | | |
| |||
22 | 26 | | |
23 | 27 | | |
24 | 28 | | |
25 | | - | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
0 commit comments