We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.
You must be logged in to block users.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
A simple logger for outputting logstash json or yaml to stdout
JavaScript 2
Companion project to https://hairoftheyak.com/posts/logging-raw-sql-in-mysql-jdbc-driver
Java
import com.fasterxml.jackson.databind.JsonNode
import com.fasterxml.jackson.databind.ObjectMapper
import com.fasterxml.jackson.module.kotlin.KotlinModule
fun main(args: Array<String>) {
/**
* Runs commands using /bin/sh and returns stdout as string
*
* <p>
* If the exit code of the command is non-zero, the stderr of the command is printed to stderr
There was an error while loading. Please reload this page.