fix: register 'consolidation' component in logger whitelist
The new consolidation_scheduler.py uses get_logger('consolidation')
but the component wasn't registered in COMPONENTS dict, causing
on_ready to crash with a ValueError.
This commit is contained in:
@@ -52,6 +52,7 @@ COMPONENTS = {
|
|||||||
'mood': 'Mood system and state changes',
|
'mood': 'Mood system and state changes',
|
||||||
'dm': 'Direct message handling',
|
'dm': 'Direct message handling',
|
||||||
'scheduled': 'Scheduled tasks and cron jobs',
|
'scheduled': 'Scheduled tasks and cron jobs',
|
||||||
|
'consolidation': 'Memory consolidation scheduler',
|
||||||
'gpu': 'GPU routing and model management',
|
'gpu': 'GPU routing and model management',
|
||||||
'media': 'Media processing (audio, video, images)',
|
'media': 'Media processing (audio, video, images)',
|
||||||
'server': 'Server management and configuration',
|
'server': 'Server management and configuration',
|
||||||
|
|||||||
Reference in New Issue
Block a user