Skip to content

Commit

Permalink
ENG-4680 (#873) Revert change for adding postgres log directory
Browse files Browse the repository at this point in the history
Summary: https://phabricator.dev.yugabyte.com/D6183 fails Jenkins tests. Reverting this change.

Test Plan:
Tests succeed:
mvn test -Dtest=org.yb.pgsql.TestPgDelete
mvn test

Reviewers: mihnea

Reviewed By: mihnea

Differential Revision: https://phabricator.dev.yugabyte.com/D6214
  • Loading branch information
ndeodhar committed Feb 22, 2019
1 parent 137ad75 commit b96412e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/yb/yql/pgwrapper/pg_wrapper.cc
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,6 @@ Status PgWrapper::Start() {
"-D", conf_.data_dir,
"-p", std::to_string(conf_.pg_port),
"-h", conf_.listen_addresses,
"-c", "logging_collector=on",
// FLAGS_log_dir should already be set by tserver during startup.
"-c", "log_directory=" + FLAGS_log_dir,
// Disable listening on a UNIX domain socket
"-k", ""
};
Expand Down

0 comments on commit b96412e

Please sign in to comment.