Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-11297

Runtime log level increase/decrease command does not affect main process

    XMLWordPrintable

Details

    Description

      In user1_signal_handler():

      	if (!SIG_PARENT_PROCESS)
      	{
      		common_sigusr_handler(flags);
      		return;
      	}
      

      common_sigusr_handler() should be called before if (...).

      There is also no type string for the main process that we can pass to -R log_level_increase/decrease=<process type>, the only option is pid.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              glebs.ivanovskis Glebs Ivanovskis (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: