Re: [ADMIN] WTF? 9.2.4 Logs have the wrong day of the week?

2013-08-16 Thread Christian Ullrich

* Scott Whitney wrote:


Everything you need to see is right here:

[root@serverNameRemoved pg_log]# ls -lrt
total 5924
-rw--- 1 postgres postgres  708669 Aug  8 18:59 postgresql-Thu.log
-rw--- 1 postgres postgres  669505 Aug  9 18:59 postgresql-Fri.log
-rw--- 1 postgres postgres  03 Aug 10 18:56 postgresql-Sat.log
-rw--- 1 postgres postgres  559716 Aug 11 18:59 postgresql-Sun.log
-rw--- 1 postgres postgres  626143 Aug 12 18:56 postgresql-Mon.log
-rw--- 1 postgres postgres 2065282 Aug 13 18:24 postgresql-Tue.log
-rw--- 1 postgres postgres  755099 Aug 13 19:22 postgresql-Wed.log

[root@serverNameRemoved pg_log]# date
Tue Aug 13 19:23:53 CDT 2013


log_timezone is set to UTC, which is normally six hours ahead of 
Chicago, but does not observe DST, so currently it is five hours ahead. 
18:24 plus five is still the same day, 19:22 plus five is the next day.


Quoting the docs:

log_timezone (string)

Sets the time zone used for timestamps written in the server log. Unlike 
TimeZone, this value is cluster-wide, so that all sessions will report 
timestamps consistently. The built-in default is GMT, but that is 
typically overridden in postgresql.conf; initdb will install a setting 
there corresponding to its system environment.


--
Christian




--
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin


Re: [ADMIN] WTF? 9.2.4 Logs have the wrong day of the week?

2013-08-14 Thread Eduardo Morras
On Tue, 13 Aug 2013 19:27:14 -0500 (CDT)
Scott Whitney sc...@journyx.com wrote:

 Everything you need to see is right here: 
 
 
 
 [root@serverNameRemoved pg_log]# ls -lrt 
 total 5924 
 
 -rw--- 1 postgres postgres 708669 Aug 8 18:59 postgresql-Thu.log 
 -rw--- 1 postgres postgres 669505 Aug 9 18:59 postgresql-Fri.log 
 -rw--- 1 postgres postgres 03 Aug 10 18:56 postgresql-Sat.log 
 -rw--- 1 postgres postgres 559716 Aug 11 18:59 postgresql-Sun.log 
 -rw--- 1 postgres postgres 626143 Aug 12 18:56 postgresql-Mon.log 
 -rw--- 1 postgres postgres 2065282 Aug 13 18:24 postgresql-Tue.log 
 -rw--- 1 postgres postgres 755099 Aug 13 19:22 postgresql-Wed.log 
 
 
 
 [root@serverNameRemoved pg_log]# date 
 Tue Aug 13 19:23:53 CDT 2013 
 
 
 so...yah..anyone? 
 

Did you set a max log of 2MB = 2097152 bytes ? Also, up to day 12, all logs 
roll at 19:00, perhaps to avoid the name collision with the second log file of 
day 13, it was saved as next available log name.

 
 For further information, please see: 
 http://www.dayoftheweek.org/?m=Augustd=13y=2013go=Go 
 
 
 It's the Wed part that is confusing me... 
 


---   ---
Eduardo Morras emorr...@yahoo.es


-- 
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin


[ADMIN] WTF? 9.2.4 Logs have the wrong day of the week?

2013-08-13 Thread Scott Whitney
Everything you need to see is right here: 



[root@serverNameRemoved pg_log]# ls -lrt 
total 5924 

-rw--- 1 postgres postgres 708669 Aug 8 18:59 postgresql-Thu.log 
-rw--- 1 postgres postgres 669505 Aug 9 18:59 postgresql-Fri.log 
-rw--- 1 postgres postgres 03 Aug 10 18:56 postgresql-Sat.log 
-rw--- 1 postgres postgres 559716 Aug 11 18:59 postgresql-Sun.log 
-rw--- 1 postgres postgres 626143 Aug 12 18:56 postgresql-Mon.log 
-rw--- 1 postgres postgres 2065282 Aug 13 18:24 postgresql-Tue.log 
-rw--- 1 postgres postgres 755099 Aug 13 19:22 postgresql-Wed.log 



[root@serverNameRemoved pg_log]# date 
Tue Aug 13 19:23:53 CDT 2013 


so...yah..anyone? 


For further information, please see: 
http://www.dayoftheweek.org/?m=Augustd=13y=2013go=Go 


It's the Wed part that is confusing me... 



Re: [ADMIN] WTF? 9.2.4 Logs have the wrong day of the week?

2013-08-13 Thread Lonni J Friedman
GMT offset?

On Tue, Aug 13, 2013 at 5:27 PM, Scott Whitney sc...@journyx.com wrote:
 Everything you need to see is right here:

 [root@serverNameRemoved pg_log]# ls -lrt
 total 5924
 -rw--- 1 postgres postgres  708669 Aug  8 18:59 postgresql-Thu.log
 -rw--- 1 postgres postgres  669505 Aug  9 18:59 postgresql-Fri.log
 -rw--- 1 postgres postgres  03 Aug 10 18:56 postgresql-Sat.log
 -rw--- 1 postgres postgres  559716 Aug 11 18:59 postgresql-Sun.log
 -rw--- 1 postgres postgres  626143 Aug 12 18:56 postgresql-Mon.log
 -rw--- 1 postgres postgres 2065282 Aug 13 18:24 postgresql-Tue.log
 -rw--- 1 postgres postgres  755099 Aug 13 19:22 postgresql-Wed.log

 [root@serverNameRemoved pg_log]# date
 Tue Aug 13 19:23:53 CDT 2013

 so...yah..anyone?

 For further information, please see:
 http://www.dayoftheweek.org/?m=Augustd=13y=2013go=Go

 It's the Wed part that is confusing me...




-- 
~
L. Friedmannetll...@gmail.com
LlamaLand   https://netllama.linux-sxs.org


-- 
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin


Re: [ADMIN] WTF? 9.2.4 Logs have the wrong day of the week?

2013-08-13 Thread Tom Lane
Scott Whitney sc...@journyx.com writes:
 Everything you need to see is right here: 

Uh, everything except the log_timezone setting.  I believe log files will
be named according to the local time in the log_timezone at the instant
they're created.

regards, tom lane


-- 
Sent via pgsql-admin mailing list (pgsql-admin@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-admin


Re: [ADMIN] WTF? 9.2.4 Logs have the wrong day of the week?

2013-08-13 Thread Scott Whitney
Server is set to Chicago. CDT (or CST...are we in or out? I never 
remember...) GMT -6/5. 

 Original message 
From: Tom Lane t...@sss.pgh.pa.us 
Date: 08/13/2013  7:54 PM  (GMT-06:00) 
To: Scott Whitney swhit...@journyx.com,Scott Whitney sc...@journyx.com 
Cc: pgsql-admin@postgresql.org 
Subject: Re: [ADMIN] WTF? 9.2.4 Logs have the wrong day of the week? 
 
Scott Whitney sc...@journyx.com writes:
 Everything you need to see is right here: 

Uh, everything except the log_timezone setting.  I believe log files will
be named according to the local time in the log_timezone at the instant
they're created.

regards, tom lane