There are half a million of these messages logged daily, could use some culling. It happens when some code tries to access the user before it is loaded (and so mistakenly ends up believing the user is anonymous when that might not actually be the case) - not a big deal, but usually easy enough to fix. Might not be worth the effort hunting the long tail, but we could fix the most prolific sources of this warning.
[session] [warning] User::loadFromSession called before the end of Setup.php
We should probably have a dashboard for this specific log message that lets us split it by stack trace, so we can see what the common sources are.