The /var/log/frr is inaccessible to a user due to wrong permissions:
ls -ld /var/log/frr drwxr-x--- 1 frr frr 4096 Jun 20 05:17 /var/log/frr
The user not in frr group:
id uid=1003(ilya) gid=100(users) groups=100(users),4(adm),6(disk),27(sudo),30(dip),107(vyattacfg),110(frrvty)
The `show log` command not including information from /var/log/frr/*
The only way to get ospfd logs is to use sudo / su and acesss /var/log/frr/* directly.
I think there is should be command like `show logs ospf` to get the ospfd logs.