You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$XDG_CONFIG_HOME defines the base directory relative to which user-specific configuration files should be stored
So this file should not be there: ~/.config/bpytop/error.log
This is more suitable:
The $XDG_STATE_HOME contains state data that should persist between (application) restarts, but that is not important or portable enough to the user that it should be stored in $XDG_DATA_HOME. It may contain:
actions history (logs, history, recently used files, …)
To Reproduce
run bpytop
Expected behavior
log is created in good location
The text was updated successfully, but these errors were encountered:
Describe the bug
According to spec
So this file should not be there:
~/.config/bpytop/error.log
This is more suitable:
To Reproduce
Expected behavior
The text was updated successfully, but these errors were encountered: