Ticket #7 (assigned feature)

Opened 4 years ago

Last modified 23 months ago

Better display of the logfile in the server status window

Reported by: gleu Owned by: gleu
Priority: minor Milestone:
Component: pgadmin Version: trunk
Keywords: Cc:
Platform:

Description

We need to create columns for each differents informations in the logfile (log_line_prefix is an hint to parse the log text).

Change History

Changed 4 years ago by gleu

  • owner changed from dpage to gleu
  • status changed from new to assigned

Changed 3 years ago by gleu

  • milestone 1.12 deleted

Changed 23 months ago by thom

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

Changed 23 months ago 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.

Note: See TracTickets for help on using tickets.