Show that $\sigma=\inf \{ t\ge 0 : |B_t|= \log t \}$ is a stopping time with respect to $(\mathcal F_t^B)_{t\ge0}$.
I've been trying to put the set $\{\sigma\le t\}$ equal to a countable union and then showing that this union belongs in $\mathcal F_t^B$. I am struggling to derive a countable union to this as I am only familiar with when $B_t$ is equal to a number and not a function of $t$.
definitions
$(\Omega,\mathcal F, \mathbb P)$ is a probability space. $(\cal F_t)_{t \ge 0}$ is a stochastic basis: that is, for each real $t \ge 0$, $\mathcal F_t$ is a sigma-algebra contained in $\mathcal F$, and if $s \le t$ then $\mathcal F_s \subseteq \mathcal F_t$. Perhaps we even assume the stochastic basis is right-continuous, namely
$$
\mathcal F_t = \bigcap_{s>t}\mathcal F_s
$$
for all $t$. $(B_t)$ is a stochastic process adapted to $(\mathcal F_t)$: that is, for each $t$, $B_t : \Omega \to \mathbb R$ is a random variable, measurable with respect to $\mathcal F_t$. Define random variable $\sigma$ as above, $\sigma : \Omega \to [0,+\infty]$. We want to show $\sigma$ is a stopping time for $(\mathcal F_t)$: that is, for every real $t$,
$$
\{\sigma \le t\} := \{\omega \in \Omega : \sigma(\omega) \le t\}
$$
belongs to $\mathcal F_t$.
Hint: $$[\sigma\leqslant t]=\bigcup_{r\in\mathbb Q,r\leqslant t}[|B_r|=\log r]$$ Of course, to see why this identity holds is part of the fun...