Skip to content

Commit

Permalink
Added missing .pylintrc and log config
Browse files Browse the repository at this point in the history
Those file have been forgotten when migrating from https://github.com/geoadmin/doc-guidelines-legacy
and were also out dated.

They are now up to date.
  • Loading branch information
ltshb committed Nov 20, 2024
1 parent 4b1649a commit 35ccfee
Show file tree
Hide file tree
Showing 7 changed files with 1,137 additions and 3 deletions.
8 changes: 5 additions & 3 deletions PYTHON.md
Original file line number Diff line number Diff line change
Expand Up @@ -729,9 +729,11 @@ def init_logging():

Each application should use the following configurations depending on the environment:

- [logging-cfg-local.yml](assets/logging-cfg-local.yml) (local development)
- [logging-cfg-dev.yml](assets/logging-cfg-dev.yml)
- [logging-cfg-prod.yml](assets/logging-cfg-prod.yml)
- [logging-cfg-local.yml](assets/logging-cfg-local.yaml) (local development)
- [logging-cfg-flask-dev.yml](assets/logging-cfg-flask-dev.yaml)
- [logging-cfg-flask-prod.yml](assets/logging-cfg-flask-prod.yaml)
- [logging-cfg-django-dev.yml](assets/logging-cfg-django-dev.yaml)
- [logging-cfg-django-prod.yml](assets/logging-cfg-django-prod.yaml)

#### Flask logging configuration

Expand Down
Loading

0 comments on commit 35ccfee

Please sign in to comment.