fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37217?usp=email )
Change subject: logging: cosmetic: print mfa at the end of each line
......................................................................
logging: cosmetic: print mfa at the end of each line
Change-Id: Ib5b8aabd1d7285d22a4cee2beece77691c61f753
---
M config/sys.config
1 file changed, 12 insertions(+), 2 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/erlang/osmo-s1gw refs/changes/17/37217/1
diff --git a/config/sys.config b/config/sys.config
index 6904d65..5ccd43d 100644
--- a/config/sys.config
+++ b/config/sys.config
@@ -27,7 +27,8 @@
single_line => false,
template => [time, " ", color,
"[", level, "]",
{pid, [" ", pid, ""],
""},
- {mfa, [" ", mfa, ":",
line], ""},
- ": ", msg, reset,
"\n"]}}}}]}]}].
+ " ", msg,
+ {mfa, [" (", mfa,
":", line, ")"], ""},
+ reset, "\n"]}}}}]}]}].
%% vim:set ts=2 sw=2 et:
--
To view, visit
https://gerrit.osmocom.org/c/erlang/osmo-s1gw/+/37217?usp=email
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: erlang/osmo-s1gw
Gerrit-Branch: master
Gerrit-Change-Id: Ib5b8aabd1d7285d22a4cee2beece77691c61f753
Gerrit-Change-Number: 37217
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange