Bug 335109 - Change the default logging directory from ~/logs to where logs are generally saved
Summary: Change the default logging directory from ~/logs to where logs are generally ...
Status: RESOLVED FIXED
Alias: None
Product: konversation
Classification: Applications
Component: logging (show other bugs)
Version: 1.5
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konversation Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-21 03:52 UTC by Sudhir Khanger
Modified: 2020-04-07 05:06 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sudhir Khanger 2014-05-21 03:52:46 UTC
I think Konversation logs should be saved where applications generally save their logs, according to filesystem hierarchy, and not start dumping everything in the default home folder.

Reproducible: Always

Actual Results:  
Konversation creates a directory ~/logs
Comment 1 Justin Zobel 2020-04-02 07:01:37 UTC
Is this likely to get implemented one day?
Comment 2 Peter Simonsson 2020-04-07 04:52:33 UTC
Git commit 103e441fe9ccd6d77d782afcd3cbd347ece0172c by Peter Simonsson.
Committed on 07/04/2020 at 04:46.
Pushed by psn into branch 'master'.

Change default logging directory

Use ~/.local/share/konversation/logs by default instead of creating the
logs directory directly in the home directory.

M  +1    -1    src/config/konversation.kcfg

https://commits.kde.org/konversation/103e441fe9ccd6d77d782afcd3cbd347ece0172c
Comment 3 Justin Zobel 2020-04-07 05:06:16 UTC
Thanks!