mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Tell python that we're done with this dictionary
This commit is contained in:
parent
50629ac1d4
commit
2c6725d96e
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ class SocketServerRequestHandler(socketserver.StreamRequestHandler):
|
|||
record = logging.makeLogRecord(record_dict)
|
||||
logger = logging.getLogger(record.name)
|
||||
logger.handle(record)
|
||||
del record_dict
|
||||
except (EOFError, KeyboardInterrupt, SystemExit):
|
||||
break
|
||||
except socket.error as exc:
|
||||
|
|
Loading…
Add table
Reference in a new issue