VMManager 5 - как включить DEBUG

Материал из Wiki - Iphoster - the best ever hosting and support. 2005 - 2023
Перейти к:навигация, поиск

VMManager 5 - как включить DEBUG

# vi /usr/local/mgr5/etc/debug.conf
*       6
*.db    4
*.core  4
*.conn  4
*.merge 4
*.cache 4
*.longtask      4

Для максимальной откладки - ставим везде 9 и перезапускаем панель

# /usr/local/mgr5/sbin/mgrctl -m vmmgr exit

Уровни откладки

#       0 - No information at all
#       1 - Note (some info about system configuration)
#       2 - Fatal errors
#       3 - Not fatal error
#       4 - Warnings (error that do not prevent manager continue to serve requests)
#       5 - Information about incoming requests
#       6 - Extended information about external calls
#       7 - Some more information about params and results
#       8 - Trace internal calls
#       9 - Debug information
Индекс цитирования