Godot: Logs are polluting $HOME directory

Created on 12 Jul 2020  路  4Comments  路  Source: godotengine/godot

Godot version:
3.2 branch - commit c2a4ce9380736b65c27fb204c307bdd4d84b43b6

OS/device including version:
Arch Linux

Issue description:
Logs are being written to $HOME directory when Project Manager appears.

Steps to reproduce:
Simply run godot without opening any project in particular.

bug regression editor

Most helpful comment

@nathanfranke I think file logging should always be disabled in the project manager, actually.

All 4 comments

I think this is a regression from https://github.com/godotengine/godot/pull/40121

CC @Calinou

I checked it a bit. user:// seems to return $HOME if no project is open. We should set aside a different directory like ~/.local/share/godot/.

@nathanfranke I think file logging should always be disabled in the project manager, actually.

Was this page helpful?
0 / 5 - 0 ratings