This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 232440 - Have a "paranoid mode" where all access to/from is logged
Summary: Have a "paranoid mode" where all access to/from is logged
Status: RESOLVED WORKSFORME
Alias: None
Product: ide
Classification: Unclassified
Component: Logger (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P1 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-09 11:53 UTC by ecerichter
Modified: 2013-09-03 12:52 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ecerichter 2013-07-09 11:53:01 UTC
I would like to request a "paranoid mode" where NetBeans record log of all network activity to/from Internet (outside my local network, it may be customizable).

This mode would have little/no use for normal users, but is required for auditing network access and also to debug platform problems related to network access.
Comment 1 Martin Entlicher 2013-09-03 12:52:29 UTC
You can already use -J-Dsun.net.www.protocol.http.HttpURLConnection.level=100 option to let Java log the network traffic. For "paranoids" it should be more reliable than a log specifically created by NetBeans. ;-)