mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Remove Logger.mongo_process_id
This commit is contained in:
parent
7bfeed96e2
commit
9343e3cca9
1 changed files with 0 additions and 2 deletions
|
|
@ -141,8 +141,6 @@ class Logger:
|
|||
process_data = None
|
||||
# Cached process name or ability to set different process name
|
||||
_process_name = None
|
||||
# TODO Remove 'mongo_process_id' in 1.x.x
|
||||
mongo_process_id = uuid.uuid4().hex
|
||||
|
||||
@classmethod
|
||||
def get_logger(cls, name=None):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue