Log

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Davide Negri

    Log

    Hello,

    i have installed the 8.0 beta3-dev1 version of postgres on my pc, and I want
    to disable log. How can I do? It is possible to disable and don’t write all
    the log, or how can I write all the log in a specific directory??



    Thanks



    Negri Davide


    ---
    Outgoing mail is certified Virus Free.
    Checked by AVG anti-virus system (http://www.grisoft.com).
    Version: 6.0.779 / Virus Database: 526 - Release Date: 19/10/2004


  • Scott Marlowe

    #2
    Re: Log

    On Fri, 2004-10-22 at 07:52, Davide Negri wrote:[color=blue]
    > Hello,
    >
    > i have installed the 8.0 beta3-dev1 version of postgres on my pc, and
    > I want to disable log. How can I do? It is possible to disable and
    > don’t write all the log, or how can I write all the log in a specific
    > directory??[/color]

    If you use pg_ctl to start postgresql, then edit the
    $PGDATA/postgresql.conf file and set

    #silent_mode = false

    to be

    silent_mode = true

    and restart your database.


    ---------------------------(end of broadcast)---------------------------
    TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddres sHere" to majordomo@postg resql.org)

    Comment

    Working...