Browse Source

conf file

pull/1465/head
Moisés López 6 years ago
committed by Enric Tobella
parent
commit
53682eb0de
  1. 3
      profiler/models/profiler_profile.py

3
profiler/models/profiler_profile.py

@ -129,8 +129,7 @@ class ProfilerProfile(models.Model):
self.description = (
"You need seudo-enable logs from your "
"postgresql-server configuration file.\n"
"Common paths:\n\t- %s\n"
"postgresql-server configuration file.\n\t- %s\n"
"or your can looking for the service using: "
"'ps aux | grep postgres'\n\n"
) % pg_config_file

Loading…
Cancel
Save