aptly-dev / aptly

aptly - Debian repository management tool
https://www.aptly.info/
MIT License
2.56k stars 371 forks source link

add support to log archive operations to a text logfile #595

Open sandrotosi opened 7 years ago

sandrotosi commented 7 years ago

it would be convenient, to keep tracks of the operations to the repositories, if we could log the packages operations to a text file.

the current .log/.db files are binaries and not really keep tracking of the actions operations, which is what is mostly interesting here.

think of tracking aptly repo add $REPO $PKG with

$DATE adding $PKG1 to $REPO
$DATE adding $PKG2 to $REPO
$DATE adding $PKG3 to $REPO
...

same for remove etc etc

smira commented 7 years ago

yep, audit log would be great

michaelburgener commented 7 years ago

+1 for this feature too. We are running multiple aptly servers in our datacenters and automated through puppet but its very hard to determine if nightly snapshots and merges experienced issues during their runs. Would be fantastic if this could get into 1.2.0

sandrotosi commented 2 years ago

@lbolla please reopen this one too