If my logging directory ( /home/hss/Data/log/DataImport.log ) does not exist when log4perl is initialized, I get this error:
Cannot write to '/home/hss/Data/log/DataImport.log': No such file or directory
Is there a way to create a directory myself, without having to specify a directory somewhere other than my log.conf file?
source share