Skip to content

Commit

Permalink
Log to stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
Yann-J committed Dec 6, 2021
1 parent 45e842e commit 5f7474d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/geonode/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: geonode
version: 0.1.9
version: 0.1.10
type: application
description: Geonode - a CMS for Geospatial data
icon: https://pbs.twimg.com/profile_images/1221883359/geonode_400x400.png
Expand Down
2 changes: 1 addition & 1 deletion charts/geonode/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# geonode

![Version: 0.1.8](https://img.shields.io/badge/Version-0.1.8-informational?style=flat-square)
![Version: 0.1.10](https://img.shields.io/badge/Version-0.1.10-informational?style=flat-square)

Geonode - a CMS for Geospatial data

Expand Down
4 changes: 3 additions & 1 deletion charts/geonode/templates/geonode-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,10 @@ spec:
- bash
- -c
- |
# Disable file logging if any
sed -i 's/^logto/#logto/ig' /usr/src/geonode/uwsgi.ini
# Run
/usr/src/geonode/entrypoint.sh uwsgi --ini /usr/src/geonode/uwsgi.ini --logto /dev/stdout
/usr/src/geonode/entrypoint.sh uwsgi --ini /usr/src/geonode/uwsgi.ini
ports:
- containerPort: 8000
volumeMounts:
Expand Down

0 comments on commit 5f7474d

Please sign in to comment.