Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix log time format #469

Merged
merged 1 commit into from
May 5, 2024

Conversation

ssvine
Copy link
Contributor

@ssvine ssvine commented May 3, 2024

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

Copy link

sonarcloud bot commented May 3, 2024

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

@michaellukashov michaellukashov merged commit cb98a09 into michaellukashov:main May 5, 2024
2 checks passed
@ssvine ssvine deleted the fix-log-time-format branch May 5, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants