mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Update console log to include some previous history
This commit is contained in:
parent
5f1a159e1d
commit
ef95fafabe
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ ready = function() {
|
|||
console.log("Unwatching", removedLogFilePath);
|
||||
});
|
||||
diff.add.forEach(function(addedLogFilePath) {
|
||||
const START_AT_X_BYTES_FROM_END = 0;
|
||||
const START_AT_X_BYTES_FROM_END = 10000;
|
||||
var cleanFilePath = cleanPath(addedLogFilePath);
|
||||
|
||||
// For larger files we won't want to start tailing from the beginning of the file,
|
||||
|
|
Loading…
Reference in a new issue