Actions
Bug #7225
closedSmart proxy does not correctly initialize logger
Description
During the boot (creating of pid dir, spawning daemons) proxy does make use of the logger class but it was not apparently initialized.
We should pre-init it with a simple STDERR logger so proxy will not silently exit on errors (e.g. port was already bind or can't create pid directory).
Created category "Core".
Updated by Anonymous over 10 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset 915c16dd59e52b51456527ba93eeea380a619c28.
Actions