friendica / docker

Docker image for Friendica
https://friendi.ca
GNU Affero General Public License v3.0
45 stars 18 forks source link

Add syslog capability #179

Closed nupplaphil closed 2 years ago

nupplaphil commented 2 years ago

FollowUp #178 Needs https://github.com/friendica/friendica/pull/11098 before

Friendica is now capable of use the syslog to print the log into the docker logs. Beware that we need the additional LOG_PERROR flag to get caught by the docker logging mechanism

Fixes #103