Changeset f0b2b1a in ammosreader
- Timestamp:
- 05/18/23 18:33:06 (2 years ago)
- Branches:
- AmmosSource, guix
- Children:
- dff8988
- Parents:
- dc38d9b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ammosreader/__init__.py
rdc38d9b rf0b2b1a 18 18 except PermissionError: 19 19 # print("Logging to file disabled") 20 logging.config.fileConfig('ammos_logging.conf') 20 conf_file = Path(__file__).parent / 'ammos_logging.conf' 21 print("Conf file", conf_file) 22 logging.config.fileConfig(conf_file) 21 23 else: 22 24 # print("Logging to", str(log_path))
Note:
See TracChangeset
for help on using the changeset viewer.