Attention is currently required from: fixeria, pespin.

fixeria uploaded patch set #2 to this change.

View Change

The following approvals got outdated and were removed: Code-Review+1 by pespin

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 change 39884. To unsubscribe, or for help writing mail filters, visit settings.

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@sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: pespin <pespin@sysmocom.de>
Gerrit-Attention: pespin <pespin@sysmocom.de>
Gerrit-Attention: fixeria <vyanitskiy@sysmocom.de>