[ZBX-22336] Log level control for threads Created: 2023 Feb 09 Updated: 2024 Apr 10 Resolved: 2023 May 24 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Proxy (P), Server (S) |
Affects Version/s: | 6.4.0rc1 |
Fix Version/s: | 6.4.3rc1, 7.0.0alpha1, 7.0 (plan) |
Type: | Problem report | Priority: | Trivial |
Reporter: | Andris Zeila | Assignee: | Andris Zeila |
Resolution: | Fixed | Votes: | 0 |
Labels: | None | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified |
Attachments: |
![]() |
||||||||
Issue Links: |
|
||||||||
Team: | |||||||||
Sprint: | Sprint 98 (Mar 2023), Sprint 99 (Apr 2023), Sprint 100 (May 2023) | ||||||||
Story Points: | 2 |
Description |
Currently it's impossible to control log level for a worker thread independently. The only way is to change log level for the manager, which will include also its worker threads. While targeting thread by it's ID might be problematic because of libpthread implementation on different systems, it should be possible to use <process type>,<process num> syntax. In this case <process num> would be the same as <worker num>. |
Comments |
Comment by Andris Zeila [ 2023 May 10 ] |
Released
|
Comment by Andris Zeila [ 2023 May 23 ] |
Released
|