Hi,
Why aren’t the most recent logs being printed when I run forge logs
?
I can only see yesterday’s logs although I should be seeing info logs from today?
Using this:
console.info(
User projects cache is ${userProjectsCache.length} in size)
and I cannot see these in the logs?
And yesterday’s logs looks like they are only printing once per deployment not everytime when I interact from the UI.
Thank you