uw-ictd / colte

Community LTE Project
MIT License
59 stars 27 forks source link

epc: break up logging functions #7

Closed spencersevilla closed 5 years ago

spencersevilla commented 6 years ago

Currently the HSS, MME, and SPGW all output to one journalctl each. Each log is about 99% function calls/traces and 1% useful information. Keeping the traces is a good idea for debugging (i.e. something crashes and we want to know what happened) but I'd love to see them stored in a separate journalctl, so that typing journalctl {hss|mme|spgw} gives you cleaner/saner/readable output, and you only have to check the other journalctl for debugging.

spencersevilla commented 5 years ago

7f17e34 migrates this bug over to openair-cn.