aboutsummaryrefslogblamecommitdiff
path: root/www/pglogd/pkg-message
blob: 8ac129f36f63d9b1c3ee307c783482695c11388d (plain) (tree)
1
2
3
4
5
6
7
8
9
10







                                                           

                                            







                                                         
=========================================================
You need to create a PostgreSQL database for your logs:

  # su - postgres
  $ createdb pglogd
  $ psql pglogd < /usr/local/share/pglogd/pglogd_tables.sql
  $ exit

and copy /usr/local/share/pglogd/pglogd.conf
to /usr/local/etc/pglogd.conf

pglogd can then be started with:

  # /usr/local/etc/rc.d/020.pglogd.sh start

Read the complete documentation on configuring pglogd
and apache at http://www.digitalstratum.com/pglogd/
=========================================================