Skip to content

Commit 379ce30

Browse files
wash2jackpot51
authored andcommitted
cleanup: logs
1 parent 2441be2 commit 379ce30

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

data/start-cosmic

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ if [ -d "/run/user/$(id -u)/keyring" ]; then
4949

5050
# Use PATH lookup instead of hardcoding /usr/bin
5151
if command -v gnome-keyring-daemon >/dev/null 2>&1; then
52-
eval "$(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh)"
52+
eval "$(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh > /dev/null 2>&1)"
5353
else
5454
echo "gnome-keyring-daemon not found in PATH" >&2
5555
fi

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ async fn main() -> Result<()> {
6565
if let Ok(journald) = tracing_journald::layer() {
6666
trace
6767
.with(journald)
68-
.with(fmt::layer())
6968
.with(env_filter)
7069
.try_init()
7170
.wrap_err("failed to initialize logger")?;

0 commit comments

Comments
 (0)