Feature Request: Full Output Logging #4842
Replies: 5 comments 1 reply
-
I think I see the problem it wants to remove files and for that it needs admin rights which it doesn't have... hmmmm... is the removing of files really necessary ? Can't you make it work with standard rights ? |
Beta Was this translation helpful? Give feedback.
-
All is logged if Re: |
Beta Was this translation helpful? Give feedback.
-
@DelphinityLabs - can you explain the use case that you need full output logs for? Does /chat save meet your needs? |
Beta Was this translation helpful? Give feedback.
-
E.g. https://stackoverflow.com/questions/34472973/how-to-activate-automatic-logging-in-terminator + https://terminator-gtk3.readthedocs.io/en/latest/plugins.html , plus the saved chats have almost all, as per #4842 (comment). |
Beta Was this translation helpful? Give feedback.
-
they are adding this telemetry logging in main. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to request a Full Output Logging feature, where all the output that is visible on the terminal window is stored in a file, including the ansi colors.
Currently it seems gemini cli only has a logging feature which captures the input commands from the user, but the output is not logged.
I am aware there may be some kind of debugging/debug mode, but I am not exactly sure what this is and if it will be usefull, maybe it will just output extra text or it expect a visual code hook or something, so that is why I request this special feature to be debug independent.
I already tried a powershell capability which did NOT work:
However cmd.exe does have an option to export text to a file. At least this provides some logging support, but I am afraid that the buffer size will not be big enough and those text will be lost at the end of the session if it's a big session, plus the colors are not recorded.
I am also aware that there is a github project/ tool called: "ai-cli-log" but it requires a functioning microsoft visual studio installation and special libraries and whatever and ms vs studio is always a big f-ing mess, and I cannot get it working this tool currently, compile failures..
Here is a little taste:
So to prevent this hassle/time loss for the gemini-cli user it would be very nice if a full output logging functionality could be build into gemini cli itself thx.
Beta Was this translation helpful? Give feedback.
All reactions