Attention is currently required from: fixeria, pespin.
Hello Jenkins Builder, pespin,
I'd like you to reexamine a change. Please visit
https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/39884?usp=email
to look at the new patch set (#2).
The following approvals got outdated and were removed:
Code-Review+1 by pespin
Change subject: gsup_client: disable gen_server event tracing
......................................................................
gsup_client: disable gen_server event tracing
Even with the logging level set to info, we're still seeing this:
*DBG* gsup_client got call ...
*DBG* gsup_client sent ...
Those are messages printed by the gen_server module itself, and
as it turns out we explicitly enable printing them by passing
{debug, [trace]} to gen_server:start_link/3.
This kind of logging is way too verbose and not useful for a
regular user, so let's disable event tracing.
Change-Id: I9d0ca595fd6aab2e0e16944e31dde02f5783c772
Related: SYS#7415
---
M src/gsup_client.erl
M src/osmo_dia2gsup_sup.erl
2 files changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo_dia2gsup refs/changes/84/39884/2
--
To view, visit
https://gerrit.osmocom.org/c/erlang/osmo_dia2gsup/+/39884?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings?usp=email
Gerrit-MessageType: newpatchset
Gerrit-Project: erlang/osmo_dia2gsup
Gerrit-Branch: master
Gerrit-Change-Id: I9d0ca595fd6aab2e0e16944e31dde02f5783c772
Gerrit-Change-Number: 39884
Gerrit-PatchSet: 2
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: pespin <pespin(a)sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy(a)sysmocom.de>