Skip to content

Commit

Permalink
Make pynbody server a bit quieter
Browse files Browse the repository at this point in the history
  • Loading branch information
apontzen committed Nov 26, 2023
1 parent 872fabc commit d46fc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tangos/parallel_tasks/pynbody_server/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def serialize(self):
def process(self):
start_time = time.time()
try:
log.logger.info("Receive request for array %r from %d",self.array,self.source)
log.logger.debug("Receive request for array %r from %d",self.array,self.source)
subsnap = _server_queue.get_subsnap(self.filter_or_object_spec, self.fam)
transfer_via_shared_mem = _server_queue.current_shared_mem_flag

Expand Down

0 comments on commit d46fc00

Please sign in to comment.