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:
Chuck SmileyRekiere
2022-01-27 10:37:55 -07:00
committed by shivam
parent d697963cec
commit 57f8a83020
4 changed files with 9 additions and 6 deletions

View File

@@ -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__)