[Groonga-commit] pgroonga/pgroonga at e2daaee [master] test: enable logging

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 4 15:58:58 JST 2017


Kouhei Sutou	2017-01-04 15:58:58 +0900 (Wed, 04 Jan 2017)

  New Revision: e2daaee55c8a1709c0399bc19cc70f1792316548
  https://github.com/pgroonga/pgroonga/commit/e2daaee55c8a1709c0399bc19cc70f1792316548

  Message:
    test: enable logging

  Modified files:
    test/helpers/sandbox.rb

  Modified: test/helpers/sandbox.rb (+2 -0)
===================================================================
--- test/helpers/sandbox.rb    2017-01-04 15:54:24 +0900 (1a5db7f)
+++ test/helpers/sandbox.rb    2017-01-04 15:58:58 +0900 (12b0084)
@@ -142,6 +142,8 @@ module Helpers
         conf.puts("listen_addresses = '#{@host}'")
         conf.puts("port = #{@port}")
         conf.puts("unix_socket_directories = '#{@socket_dir}'")
+        conf.puts("logging_collector = on")
+        conf.puts("log_filename = 'postgresql.log'")
         conf.puts("shared_preload_libraries = 'pgroonga-check.#{dll_extension}'")
         conf.puts("pgroonga.enable_wal = yes")
       end
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index