1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Source: pgauditlogtofile
Section: database
Priority: optional
Maintainer: Debian PostgreSQL Maintainers <team+postgresql@tracker.debian.org>
Uploaders:
Michael Banck <mbanck@debian.org>,
Christoph Berg <myon@debian.org>,
Build-Depends:
debhelper-compat (= 13),
architecture-is-64-bit <!pkg.postgresql.32-bit>,
libkrb5-dev,
postgresql-18-pgaudit,
postgresql-all <!nocheck>,
postgresql-server-dev-all,
zlib1g-dev | libz-dev,
Standards-Version: 4.7.2
Vcs-Browser: https://salsa.debian.org/postgresql/pgauditlogtofile
Vcs-Git: https://salsa.debian.org/postgresql/pgauditlogtofile.git -b master
Homepage: https://github.com/fmbiete/pgauditlogtofile
Package: postgresql-18-pgauditlogtofile
Architecture: any
Depends:
postgresql-18-pgaudit,
${misc:Depends},
${postgresql:Depends},
${shlibs:Depends},
Breaks:
${postgresql:Breaks},
Description: PostgreSQL pgAudit Add-On to redirect audit logs
pgAudit Log to File is an addon to pgAudit than will redirect audit log lines
to an independent file, instead of using PostgreSQL server logger.
.
This allows to have an audit file that we can easily rotate without polluting
server logs with those messages.
.
Audit logs in heavily used systems can grow very fast. This extension allows
to automatically rotate the files.
|