1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-06-19 06:57:54 +02:00

Scripts: Remove code for short path name in log

Commit: "log: remove path from thread name" remove path from logs, so this useless

Signed-off-by: Timofey Titovets <nefelim4ag@gmail.com>
Dieser Commit ist enthalten in:
Timofey Titovets
2016-12-29 13:14:17 +03:00
Ursprung 65a950bc41
Commit 37713c2dd4
2 geänderte Dateien mit 2 neuen und 9 gelöschten Zeilen
+1 -5
Datei anzeigen
@@ -97,10 +97,6 @@ fi
chmod 700 "$DB_PATH" chmod 700 "$DB_PATH"
} }
if YN "$LOG_SHORT_PATH"; then
cd "$MNT_DIR" || exit 1
bees .
else
bees "$MNT_DIR" bees "$MNT_DIR"
fi
exit 0 exit 0
-3
Datei anzeigen
@@ -12,9 +12,6 @@ UUID=5d3c0ad5-bedf-463d-8235-b4d4f6f99476
# BEESHOME="$MNT_DIR/.beeshome" # BEESHOME="$MNT_DIR/.beeshome"
# BEESSTATUS="$WORK_DIR/$UUID.status" # BEESSTATUS="$WORK_DIR/$UUID.status"
## Make path shorter in logs
# LOG_SHORT_PATH=N
## Bees DB size ## Bees DB size
# Hash Table Sizing # Hash Table Sizing
# sHash table entries are 16 bytes each # sHash table entries are 16 bytes each