michaellukashov / Far-NetBox

SFTP/SCP/FTP/FTPS/WebDAV/S3 client for Far Manager 3 (http://farmanager.com/)
https://forum.farmanager.com/viewtopic.php?t=6317
GNU General Public License v2.0
155 stars 52 forks source link

Fix log time format #469

Closed ssvine closed 2 months ago

ssvine commented 2 months ago

This pull request fixes logging format. Currently it duplicates date and time, thus making logs too verbose, and taking up a lot of space.

So, instead of 2024-04-12 16:01:07.665 . 2024-04-12 16:01:07.665 Looking for incoming data

it produces more compact line: 2024-04-12 16:01:07.665 . Looking for incoming data

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud