Package: aptitude Version: 0.6.3-3.2 This commit added support for loggers:
commit 84acb8c8fa9251ce69cd6b1c017cbe7092d2b16c Author: Daniel Burrows <[email protected]> Date: Sat Jan 31 19:02:30 2009 -0800 The documented "aptitude::Logging::Levels" config item is never read. There is an *unused* function `apply_config_file_logging_levels' in main.cc. io:~# grep Levels ~/.aptitude/config aptitude::Logging::Levels ""; aptitude::Logging::Levels:: "debug"; io:~# aptitude --log-file=- search ~n^emacs23$ i emacs23 - The GNU Emacs editor (with GTK+ user inter io:~# aptitude --log-file=- --log-level=debug search ~n^emacs23$ 2012-01-03 12:54:55 [3070343584] ../../../../src/generic/util/temp.cc:218 INFO aptitude.temp - Initialized the temporary file module using the base directory 0x99d47c0 2012-01-03 12:54:55 [3070343584] ../../../../src/generic/apt/apt.cc:344 INFO aptitude.apt.globals - Closing apt cache. 2012-01-03 12:54:55 [3070343584] ../../../../src/generic/apt/apt.cc:397 DEBUG aptitude.apt.globals - Done closing the apt cache. 2012-01-03 12:54:55 [3070343584] ../../../../src/generic/apt/apt.cc:411 INFO aptitude.apt.globals - Loading apt cache. [ 0%] Initializing package states^C -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

