Skip to content

Commit

Permalink
Merge branch 'main' into support/3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed Dec 11, 2023
2 parents ce511ea + 9ed84c8 commit 80c3262
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions code/zato-server/src/zato/server/base/parallel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -937,6 +937,10 @@ def log_environment_details(self):
data = f.read()
self.logger.info(f'Environment details:\n{data}')

else:
for key, value in sorted(os.environ.items()):
logger.info('OS key=%r value=%r', key, value)

# ################################################################################################################################

@staticmethod
Expand Down

0 comments on commit 80c3262

Please sign in to comment.