Skip to content

Commit 22f6360

Browse files
committed
[processing] changed log and config filenames
1 parent 82668d3 commit 22f6360

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/plugins/processing/core/ProcessingConfig.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def getSettings():
105105

106106
@staticmethod
107107
def configFile():
108-
return os.path.join(userFolder(), "processing_qgis.conf")
108+
return os.path.join(userFolder(), "processing.conf")
109109

110110
@staticmethod
111111
def loadSettings():

python/plugins/processing/core/ProcessingLog.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def startLogging():
5050

5151
@staticmethod
5252
def logFilename():
53-
batchfile = userFolder() + os.sep + "processing_qgis.log"
53+
batchfile = userFolder() + os.sep + "processing.log"
5454
return batchfile
5555

5656
@staticmethod

0 commit comments

Comments
 (0)