I would think $8$ log $2$ means the person is usually looking for $8\log 2$
Even so, It's not very clear base you are in. Usually if you are in a science class Log is specifically referring the logarithm of a number base $10$. But mathematicians like to use Log to mean the logarithm base $e$.
What you written is wrong, but let's just do the math behind it:
$$\log_2 (8)= \log_2 (2^3)$$
First let me note that note that $\log_a (b)$ is defined to be the solution of $b=a^x$ for $x$.
Now there is a rule that results from exponents that says,
$$\log_x (a^b) = b \log_x (a)$$
If we use this we get,
$$\log_2 (2^3) =3 \log_2 (2)$$
And
$$\log_x (x)=1$$
Because the $r$ that will make $x^r=x$ true for all $x$ is 1.
So like you said it is $3$ if $2$ is the base.