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
'Path to .env file for environment variables that should be installed',
114
114
},
115
+
'log-cache-size': {
116
+
type: 'number',
117
+
hidden: true,
118
+
describe:
119
+
'Tailing the log endpoint will cache previously seen entries to avoid duplicates. The cache is topped at a maximum of 1000 by default. This option can change that.',
0 commit comments