-
Notifications
You must be signed in to change notification settings - Fork 119
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
Logging framework for Flank #446
Comments
This lib on top of slf4j seems to be pretty popular: https://github.com/MicroUtils/kotlin-logging |
|
Hi @bootstraponline , I need some clarifications if debug option should work for any command or only for |
I think allowing debug flag only by CLI is fine. I like going with the simplest possible solution first. We can always add complexity later if it's truly necessary. |
* Disable or enable logging depending on debug option * Add kotlin-logging dependency #446
Use what ktor is using for logging. Add
--debug
flag anddebug: true
option in flank yaml.print detected macOS version in
FtlConstants.kt
if a mac is detected as linux then sharding may fail (if the bundled nm binary isn't up to date).
The text was updated successfully, but these errors were encountered: