mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-01-12 22:43:42 +08:00
chore: add more logging to the event receiver
This commit is contained in:
committed by
Brice Dobry
parent
3b6b05cb9f
commit
aef7918253
@@ -225,7 +225,9 @@ impl EventReceiver for SignerEventReceiver {
|
||||
if event_receiver.is_stopped() {
|
||||
return Err(EventError::Terminated);
|
||||
}
|
||||
debug!("Request handling");
|
||||
let request = http_server.recv()?;
|
||||
debug!("Got request"; "method" => %request.method(), "path" => request.url());
|
||||
|
||||
if request.url() == "/status" {
|
||||
request
|
||||
|
||||
Reference in New Issue
Block a user