
This commit stardandizes the log format to be fetched from the software.conf file, it also have a check to use a default one in case the log format is not present in the file which can happen in a 24.09 to 25.09 upgrade. PASS: Performed and upgrade from stx10 -> stx11 and verified the logs. PASS: Fresh install of stx11 and verified the logs. PASS: Check software.conf have logging_default_format_string key and value. Story: 2011357 Task: 51915 Change-Id: Ied360551c9fc59c0e4f474ed94d1ba4a64065bd3 Signed-off-by: Luis Eduardo Bonatti <luizeduardo.bonatti@windriver.com>
14 lines
394 B
Plaintext
14 lines
394 B
Plaintext
[DEFAULT]
|
|
logging_default_format_string = %(asctime)s.%(msecs)03d USM - %(exec)s [%(process)s:%(thread)d]: %(filename)s(%(lineno)s): %(levelname)s: %(message)s
|
|
|
|
[runtime]
|
|
controller_multicast = 239.1.1.3
|
|
agent_multicast = 239.1.1.4
|
|
api_port = 5493
|
|
controller_port = 5494
|
|
agent_port = 5495
|
|
|
|
# alternate PostgreSQL server port for bringing up
|
|
# db to run on to-release
|
|
alt_postgresql_port = 6666
|