Suppress [Info] Log Entries?
Posted: Fri Jun 30, 2017 10:45 pm
I am actively running a vanilla Factorio server via Docker and have a couple of questions regarding Factorio logging, and potentially a feature request (do devs read the forums?):
1. Taking a look at the log below, I seem to be constantly looping through /create-game. Is this expected for a server that is up and running?
2. Without diving into the .cpp file (this would get overwritten each release), can the /create-game and 401 log lines be suppressed on my end? Or, feature request
, could these be disabled/removed in an upcoming release if they are not being used? I like to keep an eye on app logs (maybe even write a parser), but thes particular loggers generate a LOT of noise. Currently my log is almost 99% these two messages.
Thanks in advance!
1. Taking a look at the log below, I seem to be constantly looping through /create-game. Is this expected for a server that is up and running?
2. Without diving into the .cpp file (this would get overwritten each release), can the /create-game and 401 log lines be suppressed on my end? Or, feature request

Code: Select all
87085.490 Info HttpSharedState.cpp:111: Status code: 401
87115.467 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87115.467 Info HttpSharedState.cpp:111: Status code: 401
87145.533 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87145.533 Info HttpSharedState.cpp:111: Status code: 401
87175.709 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87175.709 Info HttpSharedState.cpp:111: Status code: 401
87205.472 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87205.472 Info HttpSharedState.cpp:111: Status code: 401
87236.703 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87236.703 Info HttpSharedState.cpp:111: Status code: 401
87265.466 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87265.466 Info HttpSharedState.cpp:111: Status code: 401
87295.466 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87295.466 Info HttpSharedState.cpp:111: Status code: 401
87325.466 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87325.466 Info HttpSharedState.cpp:111: Status code: 401
87355.462 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87355.462 Info HttpSharedState.cpp:111: Status code: 401
87385.474 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87385.474 Info HttpSharedState.cpp:111: Status code: 401
87415.471 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87415.471 Info HttpSharedState.cpp:111: Status code: 401
87445.467 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87445.467 Info HttpSharedState.cpp:111: Status code: 401
87475.470 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87475.470 Info HttpSharedState.cpp:111: Status code: 401
87505.503 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87505.503 Info HttpSharedState.cpp:111: Status code: 401
87535.462 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87535.462 Info HttpSharedState.cpp:111: Status code: 401
87565.542 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87565.542 Info HttpSharedState.cpp:111: Status code: 401
87595.462 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87595.462 Info HttpSharedState.cpp:111: Status code: 401
87625.576 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87625.576 Info HttpSharedState.cpp:111: Status code: 401
87655.490 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87655.490 Info HttpSharedState.cpp:111: Status code: 401
87685.469 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87685.469 Info HttpSharedState.cpp:111: Status code: 401
87715.554 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87715.554 Info HttpSharedState.cpp:111: Status code: 401
87745.624 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87745.624 Info HttpSharedState.cpp:111: Status code: 401
87775.462 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87775.462 Info HttpSharedState.cpp:111: Status code: 401
87805.959 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87805.959 Info HttpSharedState.cpp:111: Status code: 401
87835.463 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87835.463 Info HttpSharedState.cpp:111: Status code: 401
87868.017 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87868.017 Info HttpSharedState.cpp:111: Status code: 401
87895.479 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87895.479 Info HttpSharedState.cpp:111: Status code: 401
87925.463 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87925.464 Info HttpSharedState.cpp:111: Status code: 401
87955.484 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87955.484 Info HttpSharedState.cpp:111: Status code: 401
87985.463 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
87985.463 Info HttpSharedState.cpp:111: Status code: 401
88015.468 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88015.468 Info HttpSharedState.cpp:111: Status code: 401
88045.463 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88045.463 Info HttpSharedState.cpp:111: Status code: 401
88075.492 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88075.492 Info HttpSharedState.cpp:111: Status code: 401
88105.462 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88105.462 Info HttpSharedState.cpp:111: Status code: 401
88135.472 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88135.472 Info HttpSharedState.cpp:111: Status code: 401
88165.470 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88165.470 Info HttpSharedState.cpp:111: Status code: 401
88195.462 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88195.462 Info HttpSharedState.cpp:111: Status code: 401
88227.478 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88227.478 Info HttpSharedState.cpp:111: Status code: 401
88256.533 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88256.533 Info HttpSharedState.cpp:111: Status code: 401
88285.465 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88285.465 Info HttpSharedState.cpp:111: Status code: 401
88315.464 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88315.464 Info HttpSharedState.cpp:111: Status code: 401
88345.465 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88345.465 Info HttpSharedState.cpp:111: Status code: 401
88375.470 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88375.470 Info HttpSharedState.cpp:111: Status code: 401
88405.538 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88405.538 Info HttpSharedState.cpp:111: Status code: 401
88435.651 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88435.651 Info HttpSharedState.cpp:111: Status code: 401
88465.461 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88465.461 Info HttpSharedState.cpp:111: Status code: 401
88495.462 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88495.462 Info HttpSharedState.cpp:111: Status code: 401
88525.488 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88525.488 Info HttpSharedState.cpp:111: Status code: 401
88555.463 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88555.463 Info HttpSharedState.cpp:111: Status code: 401
88585.467 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88585.467 Info HttpSharedState.cpp:111: Status code: 401
88615.462 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88615.462 Info HttpSharedState.cpp:111: Status code: 401
88645.927 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88645.927 Info HttpSharedState.cpp:111: Status code: 401
88675.463 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88675.463 Info HttpSharedState.cpp:111: Status code: 401
88705.462 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88705.462 Info HttpSharedState.cpp:111: Status code: 401
88735.463 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88735.463 Info HttpSharedState.cpp:111: Status code: 401
88765.464 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88765.464 Info HttpSharedState.cpp:111: Status code: 401
88795.467 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88795.467 Info HttpSharedState.cpp:111: Status code: 401
88825.699 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88825.699 Info HttpSharedState.cpp:111: Status code: 401
88855.463 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88855.463 Info HttpSharedState.cpp:111: Status code: 401
88886.929 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88886.929 Info HttpSharedState.cpp:111: Status code: 401
88915.485 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88915.486 Info HttpSharedState.cpp:111: Status code: 401
88945.462 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88945.462 Info HttpSharedState.cpp:111: Status code: 401
88975.462 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
88975.462 Info HttpSharedState.cpp:111: Status code: 401
89006.613 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89006.613 Info HttpSharedState.cpp:111: Status code: 401
89035.463 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89035.463 Info HttpSharedState.cpp:111: Status code: 401
89065.461 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89065.461 Info HttpSharedState.cpp:111: Status code: 401
89095.463 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89095.463 Info HttpSharedState.cpp:111: Status code: 401
89125.463 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89125.463 Info HttpSharedState.cpp:111: Status code: 401
89155.465 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89155.465 Info HttpSharedState.cpp:111: Status code: 401
89185.464 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89185.464 Info HttpSharedState.cpp:111: Status code: 401
89215.463 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89215.463 Info HttpSharedState.cpp:111: Status code: 401
89245.463 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89245.463 Info HttpSharedState.cpp:111: Status code: 401
89275.819 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89275.819 Info HttpSharedState.cpp:111: Status code: 401
89305.528 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89305.528 Info HttpSharedState.cpp:111: Status code: 401
89335.475 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89335.475 Info HttpSharedState.cpp:111: Status code: 401
89379.784 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89379.784 Info HttpSharedState.cpp:111: Status code: 401
89396.009 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89396.009 Info HttpSharedState.cpp:111: Status code: 401
89425.993 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89425.993 Info HttpSharedState.cpp:111: Status code: 401
89455.459 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89455.459 Info HttpSharedState.cpp:111: Status code: 401
89485.459 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89485.459 Info HttpSharedState.cpp:111: Status code: 401
89515.458 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89515.458 Info HttpSharedState.cpp:111: Status code: 401
89545.820 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89545.820 Info HttpSharedState.cpp:111: Status code: 401
89575.460 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89575.460 Info HttpSharedState.cpp:111: Status code: 401
89605.461 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89605.461 Info HttpSharedState.cpp:111: Status code: 401
89635.457 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89635.458 Info HttpSharedState.cpp:111: Status code: 401
89665.537 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89665.537 Info HttpSharedState.cpp:111: Status code: 401
89695.484 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89695.484 Info HttpSharedState.cpp:111: Status code: 401
89725.460 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89725.460 Info HttpSharedState.cpp:111: Status code: 401
89780.378 code:28, 1c; Operation too slow. Less than 1 bytes/sec transferred the last 20 seconds
89780.378 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89780.378 Info HttpSharedState.cpp:111: Status code: 0
89787.047 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89787.047 Info HttpSharedState.cpp:111: Status code: 401
89815.752 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89815.752 Info HttpSharedState.cpp:111: Status code: 401
89845.996 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89845.996 Info HttpSharedState.cpp:111: Status code: 401
89875.458 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89875.458 Info HttpSharedState.cpp:111: Status code: 401
89905.552 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89905.552 Info HttpSharedState.cpp:111: Status code: 401
89935.458 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89935.458 Info HttpSharedState.cpp:111: Status code: 401
89965.464 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89965.464 Info HttpSharedState.cpp:111: Status code: 401
89995.457 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
89995.457 Info HttpSharedState.cpp:111: Status code: 401
90025.457 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90025.457 Info HttpSharedState.cpp:111: Status code: 401
90055.567 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90055.567 Info HttpSharedState.cpp:111: Status code: 401
90085.457 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90085.458 Info HttpSharedState.cpp:111: Status code: 401
90115.457 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90115.457 Info HttpSharedState.cpp:111: Status code: 401
90145.460 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90145.460 Info HttpSharedState.cpp:111: Status code: 401
90175.458 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90175.458 Info HttpSharedState.cpp:111: Status code: 401
90205.458 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90205.458 Info HttpSharedState.cpp:111: Status code: 401
90235.456 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90235.456 Info HttpSharedState.cpp:111: Status code: 401
90265.458 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90265.458 Info HttpSharedState.cpp:111: Status code: 401
90295.459 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90295.459 Info HttpSharedState.cpp:111: Status code: 401
90325.459 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90325.459 Info HttpSharedState.cpp:111: Status code: 401
90355.458 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90355.458 Info HttpSharedState.cpp:111: Status code: 401
90385.473 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90385.473 Info HttpSharedState.cpp:111: Status code: 401
90415.510 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90415.510 Info HttpSharedState.cpp:111: Status code: 401
90445.472 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90445.472 Info HttpSharedState.cpp:111: Status code: 401
90475.462 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90475.462 Info HttpSharedState.cpp:111: Status code: 401
90505.457 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90505.457 Info HttpSharedState.cpp:111: Status code: 401
90536.287 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90536.287 Info HttpSharedState.cpp:111: Status code: 401
90565.457 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90565.457 Info HttpSharedState.cpp:111: Status code: 401
90595.458 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90595.458 Info HttpSharedState.cpp:111: Status code: 401
90625.656 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90625.656 Info HttpSharedState.cpp:111: Status code: 401
90655.458 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90655.458 Info HttpSharedState.cpp:111: Status code: 401
90685.458 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90685.458 Info HttpSharedState.cpp:111: Status code: 401
90715.456 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90715.456 Info HttpSharedState.cpp:111: Status code: 401
90745.690 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90745.690 Info HttpSharedState.cpp:111: Status code: 401
90775.468 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90775.468 Info HttpSharedState.cpp:111: Status code: 401
90805.458 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90805.458 Info HttpSharedState.cpp:111: Status code: 401
90835.459 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90835.459 Info HttpSharedState.cpp:111: Status code: 401
90865.467 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90865.467 Info HttpSharedState.cpp:111: Status code: 401
90895.458 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90895.458 Info HttpSharedState.cpp:111: Status code: 401
90925.464 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90925.464 Info HttpSharedState.cpp:111: Status code: 401
90955.467 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90955.468 Info HttpSharedState.cpp:111: Status code: 401
90985.459 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
90985.459 Info HttpSharedState.cpp:111: Status code: 401
91015.461 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91015.461 Info HttpSharedState.cpp:111: Status code: 401
91045.459 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91045.459 Info HttpSharedState.cpp:111: Status code: 401
91075.470 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91075.470 Info HttpSharedState.cpp:111: Status code: 401
91105.459 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91105.459 Info HttpSharedState.cpp:111: Status code: 401
91135.463 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91135.463 Info HttpSharedState.cpp:111: Status code: 401
91165.456 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91165.456 Info HttpSharedState.cpp:111: Status code: 401
91195.461 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91195.461 Info HttpSharedState.cpp:111: Status code: 401
91225.458 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91225.458 Info HttpSharedState.cpp:111: Status code: 401
91255.457 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91255.457 Info HttpSharedState.cpp:111: Status code: 401
91285.457 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91285.457 Info HttpSharedState.cpp:111: Status code: 401
91320.803 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91320.803 Info HttpSharedState.cpp:111: Status code: 401
91345.458 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91345.458 Info HttpSharedState.cpp:111: Status code: 401
91375.470 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91375.470 Info HttpSharedState.cpp:111: Status code: 401
91405.467 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91405.467 Info HttpSharedState.cpp:111: Status code: 401
91435.533 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91435.533 Info HttpSharedState.cpp:111: Status code: 401
91465.632 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91465.632 Info HttpSharedState.cpp:111: Status code: 401
91495.700 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91495.700 Info HttpSharedState.cpp:111: Status code: 401
91525.456 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91525.456 Info HttpSharedState.cpp:111: Status code: 401
91555.467 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91555.467 Info HttpSharedState.cpp:111: Status code: 401
91585.456 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91585.456 Info HttpSharedState.cpp:111: Status code: 401
91615.460 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91615.460 Info HttpSharedState.cpp:111: Status code: 401
91645.456 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91645.456 Info HttpSharedState.cpp:111: Status code: 401
91675.456 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91675.456 Info HttpSharedState.cpp:111: Status code: 401
91705.468 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91705.468 Info HttpSharedState.cpp:111: Status code: 401
91735.586 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91735.586 Info HttpSharedState.cpp:111: Status code: 401
91765.544 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91765.544 Info HttpSharedState.cpp:111: Status code: 401
91795.507 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91795.507 Info HttpSharedState.cpp:111: Status code: 401
91825.462 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91825.462 Info HttpSharedState.cpp:111: Status code: 401
91855.459 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91855.459 Info HttpSharedState.cpp:111: Status code: 401
91885.459 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91885.459 Info HttpSharedState.cpp:111: Status code: 401
91915.458 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91915.458 Info HttpSharedState.cpp:111: Status code: 401
91945.457 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91945.457 Info HttpSharedState.cpp:111: Status code: 401
91975.457 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
91975.457 Info HttpSharedState.cpp:111: Status code: 401
92005.457 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
92005.457 Info HttpSharedState.cpp:111: Status code: 401
92035.457 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
92035.457 Info HttpSharedState.cpp:111: Status code: 401
92065.507 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
92065.507 Info HttpSharedState.cpp:111: Status code: 401
92095.516 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
92095.516 Info HttpSharedState.cpp:111: Status code: 401
92125.456 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
92125.456 Info HttpSharedState.cpp:111: Status code: 401
92155.483 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
92155.483 Info HttpSharedState.cpp:111: Status code: 401
92185.456 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
92185.456 Info HttpSharedState.cpp:111: Status code: 401
92215.457 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
92215.457 Info HttpSharedState.cpp:111: Status code: 401
92245.468 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
92245.468 Info HttpSharedState.cpp:111: Status code: 401
92275.457 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
92275.457 Info HttpSharedState.cpp:111: Status code: 401
92305.457 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
92305.457 Info HttpSharedState.cpp:111: Status code: 401
92335.456 Info HttpSharedState.cpp:109: Downloading https://multiplayer.factorio.com/create-game
92335.456 Info HttpSharedState.cpp:111: Status code: 401