Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fdctl boot log is messy #3642

Open
ripatel-fd opened this issue Dec 6, 2024 · 2 comments
Open

fdctl boot log is messy #3642

ripatel-fd opened this issue Dec 6, 2024 · 2 comments

Comments

@ripatel-fd
Copy link
Contributor

ripatel-fd commented Dec 6, 2024

fdctl prints hundreds to thousands of garbled 'log boot' INFO logs every time it starts up

image

@ripatel-fd
Copy link
Contributor Author

Marking this as medium because it causes bad operator UX

@ripatel-fd
Copy link
Contributor Author

For context, here's how a normal startup looks like outside of fdctl

fdctl should probably still print the TGID and TID of every tile

INFO    12-06 10:52:34.217549 1809600 f0   0    src/util/log/fd_log.c(1221): fd_log: --log-path         
INFO    12-06 10:52:34.217556 1809600 f0   0    src/util/log/fd_log.c(1222): fd_log: --log-dedup         1
INFO    12-06 10:52:34.217562 1809600 f0   0    src/util/log/fd_log.c(1223): fd_log: --log-colorize      1
INFO    12-06 10:52:34.217568 1809600 f0   0    src/util/log/fd_log.c(1224): fd_log: --log-level-logfile 1
INFO    12-06 10:52:34.217573 1809600 f0   0    src/util/log/fd_log.c(1225): fd_log: --log-level-stderr  1
INFO    12-06 10:52:34.217579 1809600 f0   0    src/util/log/fd_log.c(1226): fd_log: --log-level-flush   3
INFO    12-06 10:52:34.217584 1809600 f0   0    src/util/log/fd_log.c(1227): fd_log: --log-level-core    5
INFO    12-06 10:52:34.217595 1809600 f0   0    src/util/log/fd_log.c(1228): fd_log: --log-app-id        0
INFO    12-06 10:52:34.217603 1809600 f0   0    src/util/log/fd_log.c(1229): fd_log: --log-app           [app]
INFO    12-06 10:52:34.217609 1809600 f0   0    src/util/log/fd_log.c(1230): fd_log: --log-thread-id     0
INFO    12-06 10:52:34.217615 1809600 f0   0    src/util/log/fd_log.c(1231): fd_log: --log-thread        0
INFO    12-06 10:52:34.217620 1809600 f0   0    src/util/log/fd_log.c(1232): fd_log: --log-host-id       0
INFO    12-06 10:52:34.217626 1809600 f0   0    src/util/log/fd_log.c(1233): fd_log: --log-host          tsfr
INFO    12-06 10:52:34.217637 1809600 f0   0    src/util/log/fd_log.c(1234): fd_log: --log-cpu-id        0
INFO    12-06 10:52:34.217643 1809600 f0   0    src/util/log/fd_log.c(1235): fd_log: --log-cpu           f0
INFO    12-06 10:52:34.217649 1809600 f0   0    src/util/log/fd_log.c(1236): fd_log: --log-group-id      1809600
INFO    12-06 10:52:34.217655 1809600 f0   0    src/util/log/fd_log.c(1237): fd_log: --log-group         test_ed25519
INFO    12-06 10:52:34.217661 1809600 f0   0    src/util/log/fd_log.c(1238): fd_log: --log-tid           1809600
INFO    12-06 10:52:34.217666 1809600 f0   0    src/util/log/fd_log.c(1239): fd_log: --log-user-id       1004
INFO    12-06 10:52:34.217673 1809600 f0   0    src/util/log/fd_log.c(1240): fd_log: --log-user          ripatel
INFO    12-06 10:52:34.217679 1809600 f0   0    src/util/log/fd_log.c(1242): fd_log: boot success
INFO    12-06 10:52:34.217684 1809600 f0   0    src/util/shmem/fd_shmem_admin.c(683): fd_shmem: booting
INFO    12-06 10:52:34.221109 1809600 f0   0    src/util/shmem/fd_shmem_admin.c(739): fd_shmem: --shmem-path /mnt/.fd
INFO    12-06 10:52:34.221120 1809600 f0   0    src/util/shmem/fd_shmem_admin.c(740): fd_shmem: boot success
INFO    12-06 10:52:34.221127 1809600 f0   0    src/util/tile/fd_tile_threads.cxx(759): fd_tile: --tile-cpus "0-10"
INFO    12-06 10:52:34.221134 1809600 f0   0    src/util/tile/fd_tile_threads.cxx(542): fd_tile: booting thread group 0:0/11
INFO    12-06 10:52:34.221140 1809600 f0   0    src/util/tile/fd_tile_threads.cxx(553): fd tile: booting tile 1 on cpu 0:1
INFO    12-06 10:52:34.222204 1809601 1    1    src/util/tile/fd_tile_threads.cxx(310): fd_tile: boot tile 1 success (thread 0:1 in thread group 0:0/11)
INFO    12-06 10:52:34.222255 1809600 f0   0    src/util/tile/fd_tile_threads.cxx(553): fd tile: booting tile 2 on cpu 0:2
INFO    12-06 10:52:34.223177 1809602 2    2    src/util/tile/fd_tile_threads.cxx(310): fd_tile: boot tile 2 success (thread 0:2 in thread group 0:0/11)
INFO    12-06 10:52:34.223208 1809600 f0   0    src/util/tile/fd_tile_threads.cxx(553): fd tile: booting tile 3 on cpu 0:3
INFO    12-06 10:52:34.224186 1809603 3    3    src/util/tile/fd_tile_threads.cxx(310): fd_tile: boot tile 3 success (thread 0:3 in thread group 0:0/11)
INFO    12-06 10:52:34.224216 1809600 f0   0    src/util/tile/fd_tile_threads.cxx(553): fd tile: booting tile 4 on cpu 0:4
INFO    12-06 10:52:34.225201 1809604 4    4    src/util/tile/fd_tile_threads.cxx(310): fd_tile: boot tile 4 success (thread 0:4 in thread group 0:0/11)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants