[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#134694: marked as done (apt: [wish] Default logging of apt actions to /var/log/something)



Your message dated Wed, 14 Jan 2009 20:04:52 +0200
with message-id <496E2944.6020008@gmail.com>
and subject line closing #134694 and related
has caused the Debian Bug report #134694,
regarding apt: [wish] Default logging of apt actions to /var/log/something
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
134694: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=134694
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 0.5.4
Severity: wishlist

No log is recorded of the actions (installing, removing, etc...) carried out by apt-get. This is annoying when one wants to undo an install request, because you don't necessarily exactly remember which extra packages were installed along the main requested one.

I'm using the following (quite primitive) wrapper script in /root/bin as a workaround, but it would be nice if that capacity could be directly included in apt.

My script:
---------

#!/bin/sh

export LOG_FILE=/var/log/apt-get.log

echo Logging Wrapper for apt-get [ftaiani 2002-02-19]
echo Output is logged to $LOG_FILE

(echo ; date ; echo $0 $* ; echo ) >> /var/log/apt-get.log

/usr/bin/apt-get $* | tee -a /var/log/apt-get.log
   

-- System Information
Debian Release: 3.0
Architecture: powerpc
Kernel: Linux tsfft 2.2.19 #1 Sat Apr 14 23:20:24 CDT 2001 ppc
Locale: LANG=C, LC_CTYPE=fr_FR.ISO-8859-1

Versions of packages apt depends on:
ii  libc6                         2.2.5-1    GNU C Library: Shared libraries an
ii  libstdc++2.10-glibc2.2        1:2.95.4-2 The GNU stdc++ library



--- End Message ---
--- Begin Message ---
Apt logs all to /var/log/apt/term.log by default, and there is a configuration
option to log to other file. I'm closing these bugs.

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
Ukrainian C++ Developer, Debian Maintainer, APT contributor

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply to: