mirror of
https://github.com/wekan/wekan.git
synced 2025-12-16 15:30:13 +01:00
1) New default: sudo snap set wekan mongo-log-destination='devnull'. Other options: syslog/snapcommon.
This should lower amount of disk usage and logs. 2) Tried to fix command: sudo snap set wekan mongo-url='...' Thanks to xet7 ! Fixes #3059, fixes #2364, fixes wekan/wekan-snap#138, fixes wekan/wekan-snap#113
This commit is contained in:
parent
608a084b94
commit
5510c2a37d
4 changed files with 50 additions and 15 deletions
|
|
@ -15,6 +15,10 @@ echo -e "\t$ snap set $SNAP_NAME debug='true'"
|
|||
echo -e "\t-Disable the Debug of Wekan:"
|
||||
echo -e "\t$ snap unset $SNAP_NAME debug"
|
||||
echo -e "\n"
|
||||
echo -e "Mongo log destimation: devnull/snapcommon/syslog. Default: 'devnull'"
|
||||
echo -e "To set different mongo log destination of Wekan:"
|
||||
echo -e "\t$ snap set $SNAP_NAME mongo-log-destination='snapcommon'"
|
||||
echo -e "\n"
|
||||
echo -e "To enable the MONGO_URL of Wekan:"
|
||||
echo -e "\t$ snap set $SNAP_NAME mongo-url='...'"
|
||||
echo -e "\t-Disable the MONGO_URL of Wekan:"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue