How to increase de log buffer on settings.json #8115

Closed
opened 2026-01-31 01:21:07 +00:00 by claunia · 3 comments
Owner

Originally created by @fischerdouglas on GitHub (May 13, 2020).

I have made a considerable search on the docs on github of the Windows Terminal and I didn't find the way to increase the log buffer of the sessions.
I din't find the attribute on the settings.json

I work with network devices configurations, and some equipment have tens o thousand lines...
If I need to get all the config on the buffer, it cuts the beginning of the config...

For what I could see, it just keep +/-9000 lines on the buffer.

How to increase it?

Originally created by @fischerdouglas on GitHub (May 13, 2020). <!-- Briefly describe which document needs to be corrected and why. --> I have made a considerable search on the docs on github of the Windows Terminal and I didn't find the way to increase the log buffer of the sessions. I din't find the attribute on the settings.json I work with network devices configurations, and some equipment have tens o thousand lines... If I need to get all the config on the buffer, it cuts the beginning of the config... For what I could see, it just keep +/-9000 lines on the buffer. How to increase it?
claunia added the Issue-QuestionNeeds-Tag-FixResolution-Answered labels 2026-01-31 01:21:07 +00:00
Author
Owner

@zadjii-msft commented on GitHub (May 13, 2020):

Perhaps try the historySize setting?

From the docs:

Property Necessity Type Default Description
historySize Optional Integer 9001 The number of lines above the ones displayed in the window you can scroll back to.
@zadjii-msft commented on GitHub (May 13, 2020): Perhaps try the `historySize` setting? From [the docs: ](https://github.com/microsoft/terminal/blob/master/doc/cascadia/SettingsSchema.md#profiles) Property | Necessity | Type | Default | Description -- | -- | -- | -- | -- historySize | Optional | Integer | 9001 | The number of lines above the ones displayed in the window you can scroll back to.
Author
Owner

@fischerdouglas commented on GitHub (May 13, 2020):

It Worked!
Sorry... I Acted like a noobie... But I didn't searched for other words the "log" an "buffer"...

Maybe fits here a suggestion to improve the description of that property?

@fischerdouglas commented on GitHub (May 13, 2020): It Worked! Sorry... I Acted like a noobie... But I didn't searched for other words the "log" an "buffer"... Maybe fits here a suggestion to improve the description of that property?
Author
Owner

@DHowett-MSFT commented on GitHub (May 13, 2020):

We'll make sure the documentation is improved here. Thanks!

@DHowett-MSFT commented on GitHub (May 13, 2020): We'll make sure the documentation is improved here. Thanks!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#8115