mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-03 20:27:54 +00:00
lf_logger_config_test.py : removed spacing from simple logger format, added filename
lf_logger_config_test.py : updated to show example of using lf_logger_config.json one directy up lf_logger_config.json , lf_logger_config_example.json : updated with simple format Signed-off-by: Chuck SmileyRekiere <chuck.smileyrekiere@candelatech.com>
This commit is contained in:
committed by
shivam
parent
d697963cec
commit
57f8a83020
@@ -63,7 +63,7 @@ def main():
|
||||
|
||||
# Example to read the json config
|
||||
# set the configuration file
|
||||
logger_config.lf_logger_config_json = "lf_logger_config_example.json"
|
||||
logger_config.lf_logger_config_json = "../lf_logger_config.json"
|
||||
logger_config.load_lf_logger_config()
|
||||
|
||||
logger.info("An INFO message asctime from " + __name__)
|
||||
|
||||
Reference in New Issue
Block a user