Also having this issue - got a low disk warning and my log file clocked in at around 50GB! I'm actually concerned about the read-write cycles being inflicted on my SSD from this issue. Screenshot since I can't upload the enormous log file anywhere: https://drive.google.com/file/d/1O6ryOBuvmE23YVZ6I7msI9m8rvAKk0pg/view?usp=sharing
I used less to manually view some of the file and it seems like it's mostly just huge strings of (base64?) data like in Christopher Lewis's screenshots. They're being logged by NetQueue.cpp, line 482.
There's also a lot of repetition of the following error, which seems to be a failure to connect to some site that my Pi-Hole is blocking on the network. @Christopher Lewis, any chance you're also running some sort of network adblocker?
[Info: 2020-01-19 13:31:22.6419535: NetQueue.cpp(521)] NetQueue: Action finished: https://sentry.io/api/1809482/store/ [Error: 2020-01-19 13:31:22.6419719: SentryAPI.cpp(262)] 0 Failed to connect to sentry.io port 443: Address not available [Info: 2020-01-19 13:31:22.6419964: NetQueue.cpp(584)] NetQueue: Starting net action https://sentry.io/api/1809482/store/ [Error: 2020-01-19 13:31:22.6543685: NetQueue.cpp(444)] NetQueue: No ip address available. Error code 7, Url: sentry.io [Info: 2020-01-19 13:31:22.6564419: NetQueue.cpp(481)] NetQueue: Action failed with result "Failed to connect to sentry.io port 443: Address not available" (7) : https://sentry.io/api/1809482/store/
I've clipped the last 15MB of data in the log into a file using tail -c 15m launcher_log.txt:
[media]
Update:I deleted the file and played the game for another 10 minutes and the log jumped back up to 36 GB. Next, I whitelisted sentry.io in my network adblocker, deleted the file again, and played some more, and the file only went up to 106KB - so this seems to be linked to error handling when the launcher can't reach sentry.io.
Also having this issue - got a low disk warning and my log file clocked in at around 50GB! I'm actually concerned about the read-write cycles being inflicted on my SSD from this issue. Screenshot since I can't upload the enormous log file anywhere: https://drive.google.com/file/d/1O6ryOBuvmE23YVZ6I7msI9m8rvAKk0pg/view?usp=sharing
I used less to manually view some of the file and it seems like it's mostly just huge strings of (base64?) data like in Christopher Lewis's screenshots. They're being logged by NetQueue.cpp, line 482.
There's also a lot of repetition of the following error, which seems to be a failure to connect to some site that my Pi-Hole is blocking on the network. @Christopher Lewis, any chance you're also running some sort of network adblocker?
I've clipped the last 15MB of data in the log into a file using tail -c 15m launcher_log.txt:
Update: I deleted the file and played the game for another 10 minutes and the log jumped back up to 36 GB. Next, I whitelisted sentry.io in my network adblocker, deleted the file again, and played some more, and the file only went up to 106KB - so this seems to be linked to error handling when the launcher can't reach sentry.io.