NICMx / Jool

SIIT and NAT64 for Linux
GNU General Public License v2.0
320 stars 66 forks source link

Log for debug or audit #293

Closed GeorgeGuo2018 closed 5 years ago

GeorgeGuo2018 commented 5 years ago

There seems to be no logs recording the inbound traffic, which I think is essential for debug or audit in production environments.

Any Ideas?

GeorgeGuo2018 commented 5 years ago

I can use ip6tables -j LOG to record the inbound traffic information in syslog file. but i think this would lead to too many unnecessary records. Any reply would be appreciated.

GeorgeGuo2018 commented 5 years ago

https://jool.mx/en/logging.html my fault, here already did some records.

ydahhrk commented 4 years ago

Just to be clear: You should not enable debug in production.

~I'm not actually sure if you saw this. It seems to be what you actually need.~

ydahhrk commented 4 years ago

To keep track of user activity, use logging-bib. To audit/debug in production, stats is much less messy than debug.

GeorgeGuo2018 commented 4 years ago

@ydahhrk LGTM. Thanks for your reply.