[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0rc1-493-gb4387f1

git at osgeo.org git at osgeo.org
Thu Sep 2 13:38:30 PDT 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  b4387f1810a25185e0b250e794a4ab40ba78f7bc (commit)
       via  0a2eb22d77fa3f94a00585da43df96338aa45a01 (commit)
       via  c5fadb0a1bf3191d8e9f7742f17bdadcd11a1ffe (commit)
      from  0140c071c14bfa33c08df5c0133451a3cce37565 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b4387f1810a25185e0b250e794a4ab40ba78f7bc
Merge: 0140c07 0a2eb22
Author: Darafei Praliaskouski <me at komzpa.net>
Date:   Thu Sep 2 23:37:59 2021 +0300

    Add tip about how to get debug level logs
    
    Closes https://github.com/postgis/postgis/pull/637


commit 0a2eb22d77fa3f94a00585da43df96338aa45a01
Merge: 6809237 c5fadb0
Author: Björn Harrtell <bjornharrtell at users.noreply.github.com>
Date:   Thu Sep 2 14:48:46 2021 +0000

    Merge c5fadb0a1bf3191d8e9f7742f17bdadcd11a1ffe into 6809237109671ebba3c249772fe884e67e4006f6


commit c5fadb0a1bf3191d8e9f7742f17bdadcd11a1ffe
Author: Björn Harrtell <bjornharrtell at users.noreply.github.com>
Date:   Thu Sep 2 16:48:34 2021 +0200

    Add tip about how to get debug level logs

diff --git a/README.postgis b/README.postgis
index 24fdc9c..a1ea9e0 100644
--- a/README.postgis
+++ b/README.postgis
@@ -182,7 +182,7 @@ in a cloned postgis repository to later get core dump log output:
 > sudo bash ./ci/travis/logbt --setup
 
 Then you can run the following to get a docker container up and running with the
-correct requirements already in place and the postgis repository (at /postgis)
+correct requirements already in place and the postgis repository (at `/postgis`)
 mounted into it:
 
 > docker run -it --mount type=bind,source=/postgis,target=/src/postgis \
@@ -196,6 +196,18 @@ postgis tests:
 You can make customized versions of `run_usan_gcc.sh` to run only specific tests
 and skip redundant steps.
 
+If you need to get debug level logging in the PostgreSQL logs you can get it by
+manipulating configuration in the container. Add these lines after the `./configure`
+step:
+
+```sh
+sed -i 's/POSTGIS_DEBUG_LEVEL [0-9]$/POSTGIS_DEBUG_LEVEL 4/' postgis_config.h
+sed -i 's/#log_min_messages = warning/log_min_messages = debug5/' \
+/var/lib/postgresql/postgresql.conf
+```
+
+Note that PostgreSQL logs are directed to `/tmp/logfile` in fx. `run_usan_gcc.sh`.
+
 INSTALLATION
 ------------
 

-----------------------------------------------------------------------

Summary of changes:
 README.postgis | 14 +++++++++++++-
 1 file changed, 13 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list