Alright so I set up this proxy rotator with python for scraping some ad previews from my own campaigns you know checking LPs from different IPs everything looked fine on the terminal but then i checked the logfile and it's got every single damn request logged with my useragent and the target URL plain as day basically handing my whole operation to anyone who gets that file is that normal like even if the proxies rotate if the log leaks the destination doesnt that defeat the entire point of using proxies in the first place i'm using the requests library with a basic session and rotating through a list of residential IPs maybe i misconfigured the logging level or something but this feels like a security hole you wouldnt even notice until its too late anyone else run into this or am I just overthinking a debug leftover