Skip to content

Git extension is too verbose when JupyterLab is running in debug mode #817

Open
@lresende

Description

@lresende

Description

Git extension is too verbose when JupyterLab is running in debug mode

Reproduce

Run jupyterlab --debug with git extensions

[D 09:33:04.259 LabApp.jupyterlab_git] Execute ['git', 'for-each-ref', '--format=%(refname:short)%09%(objectname)%09%(upstream:short)%09%(HEAD)', 'refs/heads/'] in /Users/lresende/opensource/jupyter-notebooks/sample-python.
[D 09:33:04.276 LabApp.jupyterlab_git] Code: 0
    Output: master	c0aeb11d2149fc9829c4a233dd71db64427da398	origin/master	*
    
    Error: 
[D 09:33:04.276 LabApp.jupyterlab_git] Execute ['git', 'for-each-ref', '--format=%(refname:short)%09%(objectname)', 'refs/remotes/'] in /Users/lresende/opensource/jupyter-notebooks/sample-python.
[D 09:33:04.292 LabApp.jupyterlab_git] Code: 0
    Output: origin/HEAD	c0aeb11d2149fc9829c4a233dd71db64427da398
    origin/master	c0aeb11d2149fc9829c4a233dd71db64427da398
    
    Error: 
[D 09:33:04.293 LabApp] 200 POST /git/branch?1604424784253 (::1) 35.22ms
[D 09:33:04.301 LabApp] Accepting token-authenticated connection from ::1
[D 09:33:04.302 LabApp.jupyterlab_git] Execute ['git', 'status', '--porcelain', '-u', '-z'] in /Users/lresende/opensource/jupyter-notebooks/sample-python.
[D 09:33:04.302 LabApp] Accepting token-authenticated connection from ::1
[D 09:33:04.318 LabApp.jupyterlab_git] Code: 0
    Output: 
    Error: 
[D 09:33:04.319 LabApp.jupyterlab_git] Execute ['git', 'status', '--porcelain', '-u', '-z'] in /Users/lresende/opensource/jupyter-notebooks/sample-python.
[D 09:33:04.336 LabApp.jupyterlab_git] Code: 0
    Output: 
    Error: 
[D 09:33:04.336 LabApp.jupyterlab_git] Execute ['git', 'diff', '--numstat', '-z', '--cached', '4b825dc642cb6eb9a060e54bf8d69288fbee4904'] in /Users/lresende/opensource/jupyter-notebooks/sample-python.
[D 09:33:04.351 LabApp.jupyterlab_git] Code: 0
    Output: 3	0	.gitignore201	0	LICENSE986	0	data/Sacramento-RealEstate-Transactions.csv7	0	numpy.py26	0	panda.py
    Error: 
[D 09:33:04.352 LabApp] 200 POST /git/status?1604424784297 (::1) 51.34ms
[D 09:33:04.352 LabApp.jupyterlab_git] Execute ['git', 'diff', '--numstat', '-z', '--cached', '4b825dc642cb6eb9a060e54bf8d69288fbee4904'] in /Users/lresende/opensource/jupyter-notebooks/sample-python.
[D 09:33:04.368 LabApp.jupyterlab_git] Code: 0
    Output: 3	0	.gitignore201	0	LICENSE986	0	data/Sacramento-RealEstate-Transactions.csv7	0	numpy.py26	0	panda.py
    Error: 

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions