FWIW, these are all status messages. They are not persistently logged,
but are in the [...] per item things in the last line of an interactive
session.
I guess we could display the "Connected to %s" messages somehow, but I
don't want to display the "Connecting to ..." messages, as there might
be a ton of them and that gets really distracting (worst case it's more
than the number of IP addresses per address, it tries an additional IP
address every 250ms).
So, that at least means that status messages would get priorities, and
we'd log the higher priority ones.
methods/http.cc
317: Owner->Status(_("Connecting to %s (%s)"), "HTTP proxy",
URI::SiteOnly(Proxy).c_str());
methods/rsh.cc
457: Status(_("Connecting to %s"), Get.Host.c_str());
methods/aptmethod.h
387: PrintStatus("104 Warning", Format, args);
methods/basehttp.cc
53: Owner->Status(_("Waiting for headers"));
methods/connect.cc
150: Owner->Status(_("Connected to %s (%s)"), Host.c_str(), Name);
167: Owner->Status(_("Connecting to %s (%s)"),Host.c_str(),Name);
364: Owner->Status(_("Connecting to %s"),Host.c_str());
576: Owner->Status(_("Connecting to %s (%s)"), "SOCKS5h proxy",
ProxyInfo.c_str());
methods/ftp.cc
174: Owner->Status(_("Logging in"));
1071: Status(_("Query"));
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1871540
Title:
Include IPs in apt-get output
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/apt/+bug/1871540/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs