home
·
contact
·
privacy
projects
/
ircplom
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13cbd4a
)
Put logs under ~/.local/share/ircplpom.
author
Christian Heller
<c.heller@plomlompom.de>
Wed, 24 Sep 2025 08:29:44 +0000
(10:29 +0200)
committer
Christian Heller
<c.heller@plomlompom.de>
Wed, 24 Sep 2025 08:29:44 +0000
(10:29 +0200)
ircplom/client_tui.py
patch
|
blob
|
history
diff --git
a/ircplom/client_tui.py
b/ircplom/client_tui.py
index 569e8d291f42106525feadef191382e410181792..0c08f357fd8a72f9548032fb8f5e204ae418f875 100644
(file)
--- a/
ircplom/client_tui.py
+++ b/
ircplom/client_tui.py
@@
-25,7
+25,8
@@
_LOG_PREFIX_SERVER = '$'
_LOG_PREFIX_OUT = '>'
_LOG_PREFIX_IN = '<'
-_PATH_LOGS = Path('logs')
+_PATH_LOGS = Path.home().joinpath('.local').joinpath('share')\
+ .joinpath('ircplom').joinpath('logs')
class _LogScope(Enum):