hasii2011 / pyut

A UML Diagrammer implemented in Python
GNU Affero General Public License v3.0
11 stars 4 forks source link

Load debug logging configuration file as resource #112

Closed hasii2011 closed 4 years ago

hasii2011 commented 4 years ago

Currently the Pyut debug logging module looks for loggingConfiguration.json file in its current directory and then searches up the directory tree for it. This does not work when Pyut is packaged as a Mac app. Put the file in the org.pyut.resources where the PyutUtils.retrieveResourcePath() can get the configuration.

This is related to issue # 61