All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.misk.cloud.gcp.logging.StackDriverLoggingConfig.kt Maven / Gradle / Ivy

There is a newer version: 2024.09.17.200749-4708422
Show newest version
package misk.cloud.gcp.logging

import ch.qos.logback.classic.Level
import wisp.config.Config

data class StackDriverLoggingConfig @JvmOverloads constructor(
  val flush_level: Level = Level.ERROR,
  val filter_level: Level = Level.INFO,
  // No default here as LoggingAppender attempts to auto-detect with "global" as a fallback
  val resource_type: String?,
  val log: String = "java.log"
) : Config




© 2015 - 2024 Weber Informatics LLC | Privacy Policy