Bug 14933 - SIPserver should not use warn or die to log errors
Summary: SIPserver should not use warn or die to log errors
Status: RESOLVED DUPLICATE of bug 15253
Alias: None
Product: Koha
Classification: Unclassified
Component: SIP2 (show other bugs)
Version: Main
Hardware: All All
: P5 - low enhancement
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-01 13:13 UTC by Colin Campbell
Modified: 2023-08-14 06:28 UTC (History)
3 users (show)

See Also:
GIT URL:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Colin Campbell 2015-10-01 13:13:29 UTC
warn and die are used in various places in the SIPServer but the messages are lost as STDERR is closed by Net::Server in these cases the error message should be logged to syslog as with other error and debug messages and exit should be used
Comment 1 Barton Chittenden 2016-01-21 20:38:07 UTC
Bug 15253 may already address this, if not, it provides a clean solution.
Comment 2 Katrin Fischer 2023-08-05 14:08:52 UTC
No idea if this was fixed, can someone tell?
Comment 3 Magnus Enger 2023-08-14 06:28:37 UTC
(In reply to Katrin Fischer from comment #2)
> No idea if this was fixed, can someone tell?

Pretty sure this was fixed by Bug 15253.

*** This bug has been marked as a duplicate of bug 15253 ***