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

chore(mailserver)_: reduce debug logs size in messenger_mailserver #5894

Merged
merged 1 commit into from
Sep 30, 2024

Conversation

osmaczko
Copy link
Contributor

Logs from messenger_mailserver occupy 40 out of 100MB of data in my geth.log.

Instead of extending logger with many parameters, such as chatIDs, topic, etc., the hash of those parameters is calucalted and kept as a context.

iterates: #5889

Logs from `messenger_mailserver` occupy 40 out of 100MB of data in
my `geth.log`.

Instead of extending `logger` with many parameters, such as `chatIDs`,
`topic`, etc., the hash of those parameters is calucalted and kept as a
context.

iterates: #5889
@osmaczko osmaczko requested review from igor-sirotin and a team September 30, 2024 11:53
@status-im-auto
Copy link
Member

status-im-auto commented Sep 30, 2024

Jenkins Builds

Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 7912abc #1 2024-09-30 11:57:02 ~3 min tests-rpc 📄log
✔️ 7912abc #1 2024-09-30 11:58:38 ~4 min linux 📦zip
✔️ 7912abc #1 2024-09-30 11:59:05 ~5 min ios 📦zip
✔️ 7912abc #1 2024-09-30 12:01:19 ~7 min android 📦aar
✔️ 7912abc #1 2024-09-30 12:26:50 ~32 min tests 📄log

Copy link
Collaborator

@igor-sirotin igor-sirotin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@osmaczko osmaczko merged commit 291b87f into develop Sep 30, 2024
12 checks passed
@osmaczko osmaczko deleted the chore/reduce-geth-log branch September 30, 2024 16:45
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.

5 participants