View Single Post
  #4  
Old 04-04-2017, 11:07 PM
Akkadius's Avatar
Akkadius
Administrator
 
Join Date: Feb 2009
Location: MN
Posts: 2,071
Default

Looks like PEQ is missing the Login Server logging category in the database, so if you don't have that, make sure you have that in your table.

Code:
INSERT INTO `logsys_categories` (`log_category_id`, `log_category_description`, `log_to_console`, `log_to_file`, `log_to_gmsay`) VALUES ('43', 'Loginserver', '1', '0', '0')
Also, there was a big change to the logging system (see changelog.txt) and looks like loginserver has hit a slight bug with this change.

I've fixed it for you guys here:

https://github.com/EQEmu/Server/comm...e467f91d1a3db8
Reply With Quote