This commit is contained in:
Chris Meyers
2017-02-23 15:41:41 -05:00
parent 2953479dc8
commit 50a8083984

View File

@@ -317,11 +317,13 @@ register(
category_slug='logging',
)
def init_LOG_AGGREGATOR_TOWER_UUID():
unique_id = uuid.uuid4()
settings.LOG_AGGREGATOR_TOWER_UUID = unique_id
return unique_id
register(
'LOG_AGGREGATOR_TOWER_UUID',
field_class=fields.CharField,