mirror of
https://github.com/Alfresco/alfresco-sdk.git
synced 2025-05-26 17:25:11 +00:00
Archetypes - Change postgresql log level
Change the log level of the postgresql container to avoid showing needless messages.
This commit is contained in:
parent
d2e21a38c6
commit
8617c29300
@ -33,6 +33,7 @@ services:
|
|||||||
POSTGRES_DB: alfresco
|
POSTGRES_DB: alfresco
|
||||||
POSTGRES_USER: alfresco
|
POSTGRES_USER: alfresco
|
||||||
POSTGRES_PASSWORD: alfresco
|
POSTGRES_PASSWORD: alfresco
|
||||||
|
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
||||||
ports:
|
ports:
|
||||||
- "${symbol_dollar}{postgres.port}:5432"
|
- "${symbol_dollar}{postgres.port}:5432"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -29,6 +29,7 @@ services:
|
|||||||
POSTGRES_DB: alfresco
|
POSTGRES_DB: alfresco
|
||||||
POSTGRES_USER: alfresco
|
POSTGRES_USER: alfresco
|
||||||
POSTGRES_PASSWORD: alfresco
|
POSTGRES_PASSWORD: alfresco
|
||||||
|
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
||||||
ports:
|
ports:
|
||||||
- "${symbol_dollar}{postgres.port}:5432"
|
- "${symbol_dollar}{postgres.port}:5432"
|
||||||
volumes:
|
volumes:
|
||||||
|
@ -40,6 +40,7 @@ services:
|
|||||||
POSTGRES_DB: alfresco
|
POSTGRES_DB: alfresco
|
||||||
POSTGRES_USER: alfresco
|
POSTGRES_USER: alfresco
|
||||||
POSTGRES_PASSWORD: alfresco
|
POSTGRES_PASSWORD: alfresco
|
||||||
|
command: postgres -c max_connections=300 -c log_min_messages=LOG
|
||||||
ports:
|
ports:
|
||||||
- "${symbol_dollar}{postgres.port}:5432"
|
- "${symbol_dollar}{postgres.port}:5432"
|
||||||
volumes:
|
volumes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user