Commit 50bef25
committed
feat: remove ambiguous log entry
It remvoes this line:
```
2024-06-17T18:52:49.196708Z INFO torrust_tracker::bootstrap::jobs: TLS not enabled
```
becuase it doesn't specifu which service the TSl is not enabled for.
On the other hand, the output already indicates whether the service is
runnig on HTTP or HTTPs:
```
2024-06-18T07:37:58.595692Z INFO HTTP TRACKER: Started on: http://0.0.0.0:7070
```1 parent c5cc9fd commit 50bef25
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | 47 | | |
49 | 48 | | |
50 | 49 | | |
| |||
0 commit comments