This is a static archive of our old OpenStreetMap Help Site. Please post any new questions and answers at community.osm.org.

How to record JOSM network traffic?

0

I think I found a bug but I need to make sure, by seeing what JOSM is reading and writing to the network.

I could use tcpflow, but we are dealing with HTTPS.

So how might I log this traffic easily?

Must I install a "man in the middle" or is there a debugging logging switch somewhere within JOSM other than the items in the Help menu?

asked 19 Feb '18, 03:52

jidanni's gravatar image

jidanni
339323647
accept rate: 0%

edited 19 Feb '18, 03:56


One Answer:

2
$ josm --debug #seems to do about 85% of what I want!

answered 19 Feb '18, 06:25

jidanni's gravatar image

jidanni
339323647
accept rate: 0%

Source code available on GitHub .