Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can the log-file be made configurable? #92

Open
juandiegopalomino opened this issue Jun 6, 2024 · 1 comment
Open

Can the log-file be made configurable? #92

juandiegopalomino opened this issue Jun 6, 2024 · 1 comment

Comments

@juandiegopalomino
Copy link

juandiegopalomino commented Jun 6, 2024

We'd like to define a custom location for the logs to go to as our architecture is setup to look in specific pre-determined location for the mypy logs. If it could be exposed as a setting that would be awesome!

Example in settings.json

{
    "mypy.dmypyExecutable": "${workspaceFolder}/.venv/bin/dmypy",
    "mypy.configFile": "/path/to/pyproject.toml",
    "mypy.targets": [
        "app"
    ],
   "mypy.logFile": "/path/to/.dmypy.log",
}
@matangover
Copy link
Owner

Sounds like a reasonable request, although what are you using the logs of the daemon for? They are usually empty as far as I know

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants