Fix Log Channel Config
If your logs are not sending or showing errors (like 'log channel does not exist'), you might have configured the log channel incorrectly in config.yml.
Check config.yml
Open your config.yml and find the log-channel setting.
The Wrong Way
If it looks like a list with a dash (-), this is INCORRECT.
# Incorrect (Do not use this)
log-channel:
- 1443085908810141718
The Correct Way
There is only one log channel, so it should be a single value without a dash.
# Correct
log-channel: 1443085908810141718
Note: This only applies to v2. v3 uses the admin panel.