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

Debug Output #413

Open
madorian opened this issue Feb 8, 2023 · 2 comments
Open

Debug Output #413

madorian opened this issue Feb 8, 2023 · 2 comments

Comments

@madorian
Copy link

madorian commented Feb 8, 2023

Is there something like a debug output, cause I have a feeling it crashes in the background, or parts of it crashes, cause I can't get anything to work right;)

@josteink
Copy link
Member

josteink commented Feb 8, 2023

I may be wrong, but I think starting workspacer.exe from a console window will provide you with a stack-trace if it crashes.

@MartinAskestad
Copy link

Try adding this to your config.

    context.ConsoleLogLevel = LogLevel.Debug;
    context.FileLogLevel = LogLevel.Debug;

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

3 participants