summaryrefslogtreecommitdiffstats
path: root/zellij-utils/src/consts.rs
diff options
context:
space:
mode:
authorThomas Linford <tlinford@users.noreply.github.com>2021-10-18 10:52:58 +0200
committerGitHub <noreply@github.com>2021-10-18 10:52:58 +0200
commit76a96b538b2bb8715f9fcd2d4f02603199671b46 (patch)
treef8e9ba23f0294187c9ff1aa38946190a613a76dd /zellij-utils/src/consts.rs
parent25d9ce8b9cff2b7daeecb88992d33011783d60d0 (diff)
logging: remove unused log functions, change log file const to new file (#779)
Diffstat (limited to 'zellij-utils/src/consts.rs')
-rw-r--r--zellij-utils/src/consts.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/zellij-utils/src/consts.rs b/zellij-utils/src/consts.rs
index 4e6ad9d0f..bcb4ea4aa 100644
--- a/zellij-utils/src/consts.rs
+++ b/zellij-utils/src/consts.rs
@@ -51,7 +51,7 @@ lazy_static! {
pub static ref ZELLIJ_TMP_DIR: PathBuf =
PathBuf::from("/tmp/zellij-".to_string() + &format!("{}", *UID));
pub static ref ZELLIJ_TMP_LOG_DIR: PathBuf = ZELLIJ_TMP_DIR.join("zellij-log");
- pub static ref ZELLIJ_TMP_LOG_FILE: PathBuf = ZELLIJ_TMP_LOG_DIR.join("log.txt");
+ pub static ref ZELLIJ_TMP_LOG_FILE: PathBuf = ZELLIJ_TMP_LOG_DIR.join("zellij.log");
}
pub const FEATURES: &[&str] = &[