projects
/
working
/
OpenSRF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69024a1
)
Revert "LP#1729610: Add some debug/internal logging to backlog queue"
author
Bill Erickson
<berickxx@gmail.com>
Tue, 22 Nov 2022 20:51:04 +0000
(15:51 -0500)
committer
Bill Erickson
<berickxx@gmail.com>
Thu, 20 Apr 2023 14:18:05 +0000
(10:18 -0400)
This reverts commit
a9da9c7b25ef90276d41ba84ba8ccf0ea856da1b
.
src/perl/lib/OpenSRF/Server.pm
patch
|
blob
|
history
diff --git
a/src/perl/lib/OpenSRF/Server.pm
b/src/perl/lib/OpenSRF/Server.pm
index
dc1bd34
..
b0386fc
100644
(file)
--- a/
src/perl/lib/OpenSRF/Server.pm
+++ b/
src/perl/lib/OpenSRF/Server.pm
@@
-162,9
+162,6
@@
sub run {
my $msg = $self->{osrf_handle}->process($wait_time);
- !$from_network and $chatty and $logger->debug("server: attempting to process previously queued message");
- $from_network and $chatty and $logger->internal("server: no queued messages, processing due to network or signal");
-
# we woke up for any reason, reset the wait time to allow
# for idle maintenance as necessary
$wait_time = 1;