-
Notifications
You must be signed in to change notification settings - Fork 593
Troubleshooting
Kuzma Fesenko edited this page Jun 26, 2019
·
11 revisions
- IRC: #ampache on webchat.freenode.net
- Google Groups: Ampache
- GitHub: Submit a new issue
Ampache has extensive logging that is disabled in the default configuration, but is very helpful when you encounter issues.
To set up logging, you should modify three variables in config/ampache.cfg.php:
debug = "true"
debug_level = 5
; (for Windows: C:\log\ampache)
log_path = /var/log/ampache
The directory specified by log_path must already exist and be writable by PHP; Ampache will not attempt to create the directory.