-
Notifications
You must be signed in to change notification settings - Fork 84
Description
Hello, I am running the mix run --no-halt command (mix deps.get ran with no issues) and immediately receive a bunch of WARN level logs messages. The server process does start and connections to the server are seen in the output but no data appears to come though to the client.
Below is some of the output I am getting.
`18:25:13.106 [info] Worker #PID<0.333.0> with url https://yeti2023.ct.digicert.com/log/ found batch size of 256.
18:25:13.106 [info] Sending GET request to https://yeti2023.ct.digicert.com/log/ct/v1/get-sth
18:25:13.107 [warn] Worker #PID<0.333.0> with state %{operator: %{"description" => "DigiCert Yeti2023 Log", "key" => "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEfQ0DsdWYitzwFTvG3F4Nbj8Nsdfv5XIVYzQpkyWsU4nuSYlmcwrAp6m092fsdXEw6w1BAeHlzaqrSgNfyvZaJ9y0Q==", "log_id" => "Nc8ZG7+xbFe/D61MbULLu7YnICZR6j/hKu+oA8M71kw=", "mmd" => 86400, "operator_name" => "DigiCert", "state" => %{"rejected" => %{"timestamp" => "2023-12-01T00:00:00Z"}}, "temporal_interval" => %{"end_exclusive" => "2024-01-01T00:00:00Z", "start_inclusive" => "2023-01-01T00:00:00Z"}, "url" => "https://yeti2023.ct.digicert.com/log/"}, url: "https://yeti2023.ct.digicert.com/log/"} blew up because %ArgumentError{message: "could not fetch application environment :user_agent for application :certstream because configuration :user_agent was not set"}
18:25:13.198 [info] Worker #PID<0.334.0> with url https://yeti2024.ct.digicert.com/log/ found batch size of 256.
18:25:13.198 [info] Sending GET request to https://yeti2024.ct.digicert.com/log/ct/v1/get-sth
18:25:13.200 [warn] Worker #PID<0.334.0> with state %{operator: %{"description" => "DigiCert Yeti2024 Log", "key" => "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEVsdfsdfaaaa7jBbzsdvCkfy7k8NDZYGITleN6405Tw7O4c4XBGA0jDliE0njvm7MeLBrewY+BGxlEWLcAd2AgGnLYgt6unrHGSw==", "log_id" => "SLDja9qmRzQP5WoC+p0w6xxSActW3SyB2bu/qznYhHM=", "mmd" => 86400, "operator_name" => "DigiCert", "state" => %{"usable" => %{"timestamp" => "2022-11-01T18:54:00Z"}}, "temporal_interval" => %{"end_exclusive" => "2025-01-01T00:00:00Z", "start_inclusive" => "2024-01-01T00:00:00Z"}, "url" => "https://yeti2024.ct.digicert.com/log/"}, url: "https://yeti2024.ct.digicert.com/log/"} blew up because %ArgumentError{message: "could not fetch application environment :user_agent for application :certstream because configuration :user_agent was not set"}
18:25:13.217 [info] Worker #PID<0.322.0> with url https://ct.cloudflare.com/logs/nimbus2023/ found batch size of 512.
18:25:13.217 [info] Sending GET request to https://ct.cloudflare.com/logs/nimbus2023/ct/v1/get-sth`
I'm not sure if this is related in any way to not receiving any data as that could be another internal issue entirely but it would be nice to get some more information on what these WARN log messages mean and perhaps how to resolve them.
Thank you.