Skip to Content.
Sympa Menu

freetds - Re: Why can't I stop this thing from Logging?

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: James Cameron <james.cameron AT compaq.com>
  • To: TDS Development Group <freetds AT franklin.metalab.unc.edu>
  • Subject: Re: Why can't I stop this thing from Logging?
  • Date: 10 Apr 2002 16:14:15 +1000

Well, just reviewing the code ...

- if TDSDUMP is not set, and no configuration file says to use it, then
no dump should be produced,

- if TDSDUMP is set to a zero length string (export TDSDUMP="") then you
will get a /tmp/freetds.log.%d where %d is the process id,

- otherwise, if it is set to a string, it is used as the file name to
write the dump to.

The place it is turned on is in src/tds/login.c:133, so if you really
cannot find the cause, comment out that line.

--
James Cameron (james.cameron AT compaq.com)

http://quozl.linux.org.au/ (or) http://quozl.netrek.org/

Attachment: signature.asc
Description: This is a digitally signed message part




Archive powered by MHonArc 2.6.24.

Top of Page