mirror of
https://github.com/wekan/wekan.git
synced 2025-08-15 16:53:57 -04:00
Page:
Logs
Pages
ADFS
AWS
Accounts Lockout
Adding new Snap settings to code
Adding users
Allow private boards only
Android
Apache
Archive and Delete
Asana
AsyncAwait
Azure
B2C
Backup
Browser compatibility matrix
Burndown and Velocity Chart
CAS
CSV
Caddy Webserver Config
Calendar
Change Language
Chromebook
Cloud Foundry
CloudFlare
Cloudron
Converting Meteor Stylus to CSS
Cover
Cron
Custom CSS themes
Custom Fields
Custom Logo
Customize Translations
Dark Mode
Day of week start
Debian
Debugging
Deep Dive Into WeKan
Delete Board
Design Principles
Developer Documentation
Directory Structure
Disable Password Login
Docker
Dome
Drag Drop
Due Date
Emoji
Excel and VBA
Export Docker Mongo Data
Export from Wekan Sandstorm grain .zip file
FAQ
Features
Forgot Password
FreeBSD
Friend
From Previous Export
Gantt
Google Cloud
Google login
Hall of Shame
Helm
Heroku
Home
IFTTT
IRC FAQ
If board does not open and keeps loading
Impersonate user
Install Wekan Docker for testing
Install Wekan Docker in production
Install Wekan Docker on SUSE Linux Enterprise Server 12 SP1
Install Wekan from source on Windows
Install Windows
Install and Update
Install from source without root
Install latest Wekan release on Uberspace
Install source without sudo on Linux
Integrations
Java
Jira
Keycloak
LDAP AD Simple Auth
LDAP
LaTeX
Leo
Let's Encrypt and Google Auth
Linked Cards
Local self signed TLS
Logs
Mac
Mermaid Diagram
Metal
Meteor bundle
Meteor
Metrics
Migrating from Trello
Migrating from old Wekan manually
Monkey Proof Software
Move Docker containers to other computer
Multiline
Multitenancy
NOT related to Wekan
New card with Python3 and REST API
Nextcloud
Nginx Webserver Config
Numbered text
OAuth2
OVH
Offline
OpenShift
OpenSuse
OpenVZ
Oracle Identity Cloud
Oracle OIM
Outgoing Webhook to Discord
PWA
Password Hashing
PikaPods
Planning Poker
Platforms
PostgreSQL
Press
Python
Qnap NAS
REST API Boards
REST API Cards
REST API Checklists
REST API Code
REST API Custom Fields
REST API Integrations
REST API Lists
REST API Role
REST API Swimlanes
REST API User
REST API
Rancher Rancher Active Proxy Wekan MongoDB Docker
Raspberry Pi
Rclone
Receiving Webhooks
Repair Docker
Repair MongoDB
Requirements
Roadmap
RocketChat
SAML
Sandstorm
Scaling
Scalingo
Secure Boot
Security Disclosure
Settings
SmartOS
Snap
Source
Subtasks
Swimlanes
Sync
Team
Templates
Test Edge
Time Tracking
Timezone
Touch Screen support
Traefik and self signed SSL certs
Translations
Troubleshooting Mail
UCS
Ubuntu Core
Upgrade
Vagrant
Vultr
WSL
Wait Spinners
WeKan Multiverse Roadmap
WebHook And CA
Webhook data
Wekan Markdown
Wekan Sandstorm cards to CSV using Python
Wekan vs Sandstorm
Wekan vs Trello vs Restyaboard
Windows
ZenKit
Zitadel
autologin
ppc
s390x
virtual appliance
No results
6
Logs
Lauri Ojansivu edited this page 2023-09-25 17:50:05 +03:00
Table of Contents
Also see at this wiki right menu Webhooks:
- Global Webhooks at Admin Panel, sends most board actions to webhook (chat, etc)
- Per-board webhooks at Wekan board click hamburger menu => cog icon at right side of members => Board Settings / Webhooks, send actions of one board to some webhook
Enable more Wekan debug logs:
a) Snap: sudo snap set wekan debug='true'
- but also notice that in Wekan v4.56 newer most mongo logs go to /dev/null
on Snap
b) docker-compose.yml: DEBUG=true
c) start-wekan.sh: DEBUG=true
e) Logging all MongoDB queries, info from StackOverflow below:
$ mongo
MongoDB shell version: 2.4.9
connecting to: test
> use myDb
switched to db myDb
> db.getProfilingLevel()
0
> db.setProfilingLevel(2)
{ "was" : 0, "slowms" : 1, "ok" : 1 }
> db.getProfilingLevel()
2
> db.system.profile.find().pretty()
Source: http://docs.mongodb.org/manual/reference/method/db.setProfilingLevel/
db.setProfilingLevel(2) means "log all operations".
Wekan logs could be at syslog
Logs are at /var/log/syslog , like with:
sudo tail -f 1000 /var/log/syslog | less
Or:
Snap
All:
sudo snap logs wekan
Partial:
sudo snap logs wekan.wekan
sudo snap logs wekan.mongodb
sudo snap logs wekan.caddy
Docker
docker logs wekan-app
docker logs wekan-db
Sandstorm
When Wekan grain is open, click at top terminal icon, so then opens new window that shows logs
Additional logs
- https://github.com/wekan/wekan-logstash
- https://github.com/wekan/wekan-stats
- Boards count https://github.com/wekan/wekan/pull/3556
- At this wiki right menu, also look at Webhooks topic
- https://github.com/wekan/wekan/wiki/Features#Stats
- https://github.com/wekan/wekan/issues/1001
Wekan
General
- Deep Dive Into WeKan
- Meteor WeKan Roadmap - board at Wekan demo
- Multiverse WeKan Roadmap
- Docs/Manual
- Change Language
- Forgot Password
- About
- Test Edge
- WeKan Design Principles
- FAQ
- IRC FAQ - answers to questions asked at IRC
- Team
- Press
- Blog
- Wekan vs Trello vs Restyaboard
- Results of Survey 2020-01
Fake: Not WeKan kanban
Security
- Allow private boards only: Disable Public Boards
- Security Disclosure and details of Security in Wekan
- Security issues
- Password Hashing
Scaling
- Cron: Hourly restart WeKan, because of memory leaks
- Maybe: Add more RAM to Node.js to prevent crash
- Clustering AWS etc
- Scaling
- Kubernetes
- Redis Oplog
- Meteor Scaling at Meteor Cloud
- Scaling at Meteor forums
Migrating
- From Previous Export, paste big WeKan JSON
- Progress: Import/Export/Sync
- From CSV/TSV
- From Trello
- From Jira
- From Asana
- From Zenkit
- From old Wekan manually
- Converting Meteor Stylus to CSS
Support priorities for new features and bugfixes
Backup
Repair
- Repair MongoDB
- Using Meteor MongoDB to repair files
- If board does not open and keeps loading
- Repair Docker
Themes
Markdown Syntax
- Wekan Markdown
- Emoji
- Mermaid Diagram DOES NOT WORK ANYMORE
- Numbered text
Login Auth
- Automatic login
- Disable Password Login
- Forgot Password
- Admin: Impersonate user
- Adding Users
- Active users Presence
- Accounts Lockout: Brute force login protection
- LDAP
- LDAP AD Simple Auth
- Keycloak
- Google login
- Azure
- OAuth2, Auth0, GitLab, RocketChat
- Oracle OIM on premise using OAuth2
- ADFS 4.0 using OAuth2 and OpenID
- Azure AD B2C using OAuth2
- Nextcloud
- CAS Please test
- SAML Please test
- Zitadel
Metrics, Logs, Stats
Integrations
Time
Features
- Multiline
- Linked Cards
- Drag Drop on Mobile and Desktop
- Rclone: Store attachments to cloud storage like S3, MinIO, etc
- Python based features
- Burndown and Velocity Chart
- Wait Spinners
- Translations
- Default Language for All Users
- Roadmap
- Features
- Planning Poker
- Scaling
- Custom Logo
- Subtasks <== Has fix
- Templates
- Cover
- Archive and Delete
- Custom Fields
- Fix Export board menu not visible on some boards
- RAM usage
- Demo
- Swimlane Documentation
- Customize Translations
Required Settings
Download
- Download Wekan for various Platforms: Supported by xet7, Operating Systems, NAS, Cloud
- Helm Chart for Kubernetes
Webservers
- Caddy
- Nginx
- Apache
- OpenLiteSpeed
- Local self signed TLS
- Let's Encrypt and Google Auth
- TLS with Node.js
- Traefik and self-signed SSL certs
REST API Docs
REST API issue
REST API client code
- Example: New card with Python3 and REST API
- Python client to REST API
- Go client to REST API
- Java
- Wekan Sandstorm cards to CSV using Python
- Excel and VBA
Webhooks
- Global Webhook
- Limiting Webhook data
- Receiving Webhooks
- Outgoing Webhook to Discord/Slack/RocketChat/Riot
- Outgoing Webhook to NodeRed
- Outgoing Webhook to PowerShell
- Security: Webhook and CA
- Outgoing Webhooks Data
- Outgoing Webhooks and Let's Encrypt
- Outgoing Webhooks Original Pull Request, multiple Webhooks, more parameters and response order
Case Studies
Development
- Kadira integration
- Debugging
- Developer Docs for Standalone Wekan
- Developer Docs for Sandstorm Wekan
- Adding new Snap setting to code
- Directory Structure
- Building Wekan for Sandstorm
- Docs - Sandstorm etc
- Beginner
- Maintainer FAQ
Issues
Wekan - OpenSource Kanban