Skip to content

Commit 26e348c

Browse files
committed
Merge branch 'eero/quiet-bootstrap' into 'master'
Move bootstrapping logs from the console Quiet the bootstrapping logs from the console. We brought them here with https://gitlab.com/dfinity-lab/public/ic/-/merge_requests/2259 > Make the bootstrap logging script more verbose. Also, let its logs go to console -- this is hopefully a temporary measure to debug some (suspected) bootstrap failures that cannot be diagnosed otherwise as it results in network configuration failure. We have not needed to debug bootstrap failures lately, we can bring this back if/when needed. See merge request dfinity-lab/public/ic!12619
2 parents 15c99da + d7dad75 commit 26e348c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ic-os/guestos/rootfs/etc/systemd/system/bootstrap-ic-node.service

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ After=var-lib-ic-backup.mount
1212
WantedBy=multi-user.target
1313

1414
[Service]
15-
StandardOutput=journal+console
16-
StandardError=journal+console
1715
Type=oneshot
1816
RemainAfterExit=true
1917
ExecStart=/opt/ic/bin/bootstrap-ic-node.sh

0 commit comments

Comments
 (0)