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

Make logLn() with LogLevel::Debug work in third-party components that need Debug messages. #839

Open
shierru opened this issue Jan 17, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@shierru
Copy link

shierru commented Jan 17, 2024

Description

Currently, if the server is not compiled with _DEBUG, logLn(LogLevel::Debug, ...) will not work. I would like it to be possible not to write a special function that would output Debug message when there is already such a function in SDK.

OR

Add a server build with the _DEBUG parameter to Actions (you can do it yourself, but it still takes time, although it is one-time).

It's hard to call it something important and really necessary for execution (since it's not hard to write your own logging function). But I decided to create an issue about it.

@shierru shierru added the enhancement New feature or request label Jan 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant