-
Problem report
-
Resolution: Fixed
-
Trivial
-
6.4.0rc1
-
None
-
Sprint 98 (Mar 2023), Sprint 99 (Apr 2023), Sprint 100 (May 2023)
-
2
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>.
- part of
-
ZBXNEXT-2732 Network Discovery: Load balancing of the discovery process
- Closed