bugzilla-daemon at natsu.mindrot.org
2013-Oct-23 23:59 UTC
[Bug 1552] Patch to log tunnel information
https://bugzilla.mindrot.org/show_bug.cgi?id=1552 Damien Miller <djm at mindrot.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Blocks|2130 | --- Comment #15 from Damien Miller <djm at mindrot.org> --- This needs more design and probably a new configuration item, since AllowTCPForwarding has already grown options beyond 'yes' and 'no'. Maybe a "LogForwarding yes|no|local|remote|tunnel" Detargetting from a release until we come up with something concrete. -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.
bugzilla-daemon at natsu.mindrot.org
2013-Oct-24 00:08 UTC
[Bug 1552] Patch to log tunnel information
https://bugzilla.mindrot.org/show_bug.cgi?id=1552 --- Comment #16 from Darren Tucker <dtucker at zip.com.au> --- I can see this kind of thing coming up for logging other things too. How about an option like Logging forwarding,commands,thing,otherthing,... which internally is a bit vector. We'd have to annotate some logging calls with what kind of info they're logging, but once that's done the logging infrastructure can log at normal logging level (if you care about it) or debug3 (if you don't). -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug.