Skip to content

Commit

Permalink
GH #755 - Adding new environment variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsuch committed Dec 11, 2023
1 parent 80c3262 commit ccce7f1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/zato-server/src/zato/server/base/parallel/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -937,10 +937,6 @@ 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 ccce7f1

Please sign in to comment.