[issue41499] logging nested file path

2020-08-07 Thread Lasse Nørfeldt
Lasse Nørfeldt added the comment: When running a script like this ``` import os import utils.logger import utils.stats import utils.dir import utils.convert import re import CONSTANTS HTML_DIR_PATH = CONSTANTS.RAW_DATA_DIR + '/html' folder_contents = [fc for fc in os.listdir

[issue41499] logging nested file path

2020-08-07 Thread Lasse Nørfeldt
New submission from Lasse Nørfeldt : I have been having a lot of issues when creating loggers that are located in nested folders. I have attached a .py with a logger module. Currently it works if I don't place them in nested folders... -- components: Library (Lib) files: logger.py