-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
logs with xtf file instead of temp folder #77
Comments
Precision: it's not "not possible to read". But the button "show logs" has not an adress that works in the virtual environment (we have no access to c: ) |
@urskaufmann So even a tool tip with the file path would not help to access it manually, right? |
The path of the log-files is C:\Users\KAU\AppData\Local\Temp\qgepqwat2ili |
Windows + E and copy paste the URL What I got is :
Is there a possibility to create an URL directly to the destination file in the success message ? |
A second button could be added in the success bar: qgepqwat2ili/qgepqwat2ili/gui/__init__.py Line 33 in 49b419f
Documentation can be found here https://docs.qgis.org/3.22/en/docs/pyqgis_developer_cookbook/communicating.html |
Or even easier if it is possible to make {file_name} a hyperlink: qgepqwat2ili/qgepqwat2ili/gui/__init__.py Line 248 in 49b419f
|
The log_path can be (easily?) adjusted in adding the file name directory path (export directory) as qgepqwat2ili/qgepqwat2ili/utils/various.py Line 215 in 49b419f
qgepqwat2ili/qgepqwat2ili/utils/various.py Line 216 in 49b419f
All calls of make_log_path would have to be adjusted from eg. |
@olivierdalang propose a way to :
|
WIP Pull request by OD: add ability to save logs next to input/output file in the GUI |
merged in QGEP/qgepplugin#71 |
Currently the logs are stored in the temp folder, as it usually has access rights for writing
In virtual environments reading the files is not possible as @urskaufmann mentioned.
Suggestion:
Change folder to xtf folder and name the logs as xtfname.*.log
Question:
What happens if I export the xtf a second time with the same name? Overwrite old logs?
The text was updated successfully, but these errors were encountered: