hero_proxy_server still imports removed HeroLog #52
Labels
No labels
prio_critical
prio_low
type_bug
type_contact
type_issue
type_lead
type_question
type_story
type_task
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
lhumina_code/hero_proxy#52
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
herolib_core::base::HeroLogwas removed upstream;hero_proxy_serverstill uses it:Commit
529836e fix(hero_proxy_admin): replace herolib_core::base::HeroLog with loggermigratedhero_proxy_adminbut missedhero_proxy_server. Same migration is needed: switch toherolib_core::logger.Blocks every rebuild of hero_proxy on herodev (/home/zainab/hero/bin/hero_proxy* is currently 48h+ stale).
Fixed in
7dd4265.