You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IIRC the limit was put in place because our internal infrastructure needs to be refactored before we could tie another dependency to it, so we decided to restrict the number of logs we show to a very restricted amount.
If we decide to proceed with those infrastructure improvements (more specifically our log journal system), we should be able to raise that default limit, and therefore --since would work as expected.
Maybe there's a bit of a misunderstanding. If you enter the following:
spin cloud logs nuevo --since 365d
Do you expect the first 10 logs to start from 365 days ago? As in, you expect it to show logs from one year in the past, rather than logs up to one year ago?
When using the
--since
flag, I always get the latest 10 logs, not the logs since the timeframe desired.The text was updated successfully, but these errors were encountered: