R
raminoacid
Hi,
I'm using Perl's DBI package to connect to a PostgreSQL database.
Everything works fine except the annoying DEBUG: output for each DB
operation. This is not the same as tracing since the later can be
disabled. For instance, the following output can be seen in my
terminal:
DEBUG: InitPostgres
DEBUG: StartTransaction
DEBUG: name: unnamed; blockState: DEFAULT; state: INPROGR,
xid/subid/cid: 2082592/1/0, nestlvl: 1, children: <>
DEBUG: CommitTransaction
DEBUG: name: unnamed; blockState: STARTED; state: INPROGR,
xid/subid/cid: 2082592/1/0, nestlvl: 1, children: <>
Is there anyway to disable this. I need to parse my output file and I'd
like to have a light-weight file rather a file with lots of garbage.
Thanks.
I'm using Perl's DBI package to connect to a PostgreSQL database.
Everything works fine except the annoying DEBUG: output for each DB
operation. This is not the same as tracing since the later can be
disabled. For instance, the following output can be seen in my
terminal:
DEBUG: InitPostgres
DEBUG: StartTransaction
DEBUG: name: unnamed; blockState: DEFAULT; state: INPROGR,
xid/subid/cid: 2082592/1/0, nestlvl: 1, children: <>
DEBUG: CommitTransaction
DEBUG: name: unnamed; blockState: STARTED; state: INPROGR,
xid/subid/cid: 2082592/1/0, nestlvl: 1, children: <>
Is there anyway to disable this. I need to parse my output file and I'd
like to have a light-weight file rather a file with lots of garbage.
Thanks.