-
-
Notifications
You must be signed in to change notification settings - Fork 117
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
BUG: No logs in terminal on MacOS Platform #463
Comments
Thank you for reporting an issue. See the wiki for documentation and slack for questions. |
Can you please provide a way to reproduce it? |
Hello I will try to create a project with the problem in the next days and send you the link. Sorry for the delay |
Hello @oshai This is the repository https://github.com/Hansanto/quipoquiz-discord If you have any questions, don't hesitate Thanks for your work! |
In darwin OS the logger is delegated to
I am not able to reproduce it on mac at the moment, but you can run that function directly to see if that works (and actaully bypass kotlin-logging). See the code here. |
Hello
I created a Multiplatform application (JVM, JS, and some Native platforms)
When I run it on JVM or JS, no problem, all logs appear.
However, on MacOS, when I execute the
.kexe
file, the program works correctly, but no logs are displayed on the terminal.To create a logger, I put it in the top-level file (but I don't know if there is an effect with that)
Do you know what happens here and maybe a solution to see the logs in MacOS terminal?
The text was updated successfully, but these errors were encountered: