Actions
Refactor #19558
closedImprove orchestration queue logging
Description
We do not log anything when things are added to orchestration queue, some messages are present but these are not useful and sparse. Example transaction:
Using host queue Using host queue Using host queue Queueing Realm Using host queue
This patch will add support for naming queues, the two main queues will be named in the following way:
- Host::Managed Main
- Host::Managed Post
- Nic::Managed Main
- Nic::Managed Post
It will add more logs into DEBUG app logger, example transaction:
Enqueued task 'Remove DHCP Settings for mac5254000a4dd1' to 'Host::Managed Main' queue Enqueued task 'Remove Reverse IPv4 DNS record for mac5254000a4dd1' to 'Host::Managed Main' queue Enqueued task 'Delete TFTP PXEGrub2 config for mac5254000a4dd1' to 'Host::Managed Main' queue Enqueued task 'Delete TFTP PXELinux config for mac5254000a4dd1' to 'Host::Managed Main' queue Enqueued task 'Delete TFTP PXEGrub config for mac5254000a4dd1' to 'Host::Managed Main' queue Processed queue 'Host::Managed Main', 5/5 completed tasks
Updated by Dominic Cleal over 7 years ago
- Status changed from New to Closed
- Assignee set to Lukas Zapletal
- Pull request https://github.com/theforeman/foreman/pull/4533 added
Commit has incorrect issue number, reassociated.
Updated by Lukas Zapletal over 7 years ago
- Related to Refactor #19534: Excessive amount of log messages around db field encryption added
Actions