Thread: [pgAdmin III] #7: Better display of the logfile in the server status window

[pgAdmin III] #7: Better display of the logfile in the server status window

From
"pgAdmin Trac"
Date:
#7: Better display of the logfile in the server status window
---------------------+------------------------------------------------------
 Reporter:  gleu     |       Owner:  dpage
     Type:  feature  |      Status:  new  
 Priority:  minor    |   Milestone:  1.12 
Component:  pgadmin  |     Version:  trunk
 Keywords:           |    Platform:       
---------------------+------------------------------------------------------
 We need to create columns for each differents informations in the logfile
 (log_line_prefix is an hint to parse the log text).

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/7>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

#7: Better display of the logfile in the server status window
---------------------+------------------------------------------------------
 Reporter:  gleu     |       Owner:  gleu    
     Type:  feature  |      Status:  assigned
 Priority:  minor    |   Milestone:  1.12    
Component:  pgadmin  |     Version:  trunk   
 Keywords:           |    Platform:          
---------------------+------------------------------------------------------
Changes (by gleu):

  * owner:  dpage => gleu
  * status:  new => assigned


--
Ticket URL: <http://code.pgadmin.org/trac/ticket/7#comment:1>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

Re: [pgAdmin III] #7: Better display of the logfile in the server status window

From
"pgAdmin Trac"
Date:
#7: Better display of the logfile in the server status window
---------------------+------------------------------------------------------
 Reporter:  gleu     |       Owner:  gleu    
     Type:  feature  |      Status:  assigned
 Priority:  minor    |   Milestone:          
Component:  pgadmin  |     Version:  trunk   
 Keywords:           |    Platform:          
---------------------+------------------------------------------------------
Changes (by gleu):

  * milestone:  1.12 =>


--
Ticket URL: <http://code.pgadmin.org/trac/ticket/7#comment:2>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

#7: Better display of the logfile in the server status window
---------------------+------------------------------------------------------
 Reporter:  gleu     |       Owner:  gleu    
     Type:  feature  |      Status:  assigned
 Priority:  minor    |   Milestone:          
Component:  pgadmin  |     Version:  trunk   
 Keywords:           |    Platform:          
---------------------+------------------------------------------------------

Comment(by thom):

 What if the user enters values which aren't for parsing?  e.g.
 log_line_prefix = '%p - server1 - %s'

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/7#comment:3>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III

#7: Better display of the logfile in the server status window
---------------------+------------------------------------------------------
 Reporter:  gleu     |       Owner:  gleu    
     Type:  feature  |      Status:  assigned
 Priority:  minor    |   Milestone:          
Component:  pgadmin  |     Version:  trunk   
 Keywords:           |    Platform:          
---------------------+------------------------------------------------------

Comment(by gleu):

 We would treat this as three columns:
 1. %p
 2. ' - server1 -'
 3. %s

 The second column won't be as interesting as the two others, but it won't
 too in the text file.

--
Ticket URL: <http://code.pgadmin.org/trac/ticket/7#comment:4>
pgAdmin III <http://code.pgadmin.org/trac/>
pgAdmin III