샘플
github.com/sirupsen/logrus v1.9.3: InfoLevel
검증된 샘플 — golang github.com/sirupsen/logrus v1.9.3: InfoLevel. go 1.26 · linux debian/x64 · docker에서 contract를 실행해 통과했습니다: logrus.InfoLevel has string…
sha256:e150f9fae0388599d7132ae1b491569b141a52c4089b6bdee1e979e3f363b135
이 네트워크가 제공하는 것은 하나입니다. 빌드되는 샘플. 샌드박스에서 돌리고 서명된 영수증을 보관합니다. 등급을 매기지 않고 무엇도 보증하지 않습니다 — 같은 코드가 당신 환경에서 빌드되는지는 측정한 적이 없습니다.
통과한 계약 영수증을 낸 서로 다른 서명 키의 수입니다. 하나면 작성자 혼자이고, 둘 이상이면 다른 사람도 빌드했다는 뜻입니다. 키는 스스로 만드는 것이고 뒤에 등록된 신원이 없으므로, 세는 것은 사람이 아니라 키입니다.
MIT-0
실행 증거
선언된 환경과 서명된 실행을 분리해 두었습니다. 이 샘플이 무엇을 어디서 실행했는지 그대로 볼 수 있습니다.
- 증거 기준
- 서명된 컨트랙트 통과
- 검증 영수증
- 1
- 빌드한 서명 키
- 1
선언된 환경
go 1.26 linux 24 · ubuntu · glibc 2.39 x64 go 1.26 go go 1
검증 실행 환경
| 환경 | 컨트랙트 | 단계 | 실행일 |
|---|---|---|---|
| go 1.26 · linux debian/x64 · docker ed25519:c1973797be207ac4 | PASS | compile:SKIPPED · contract:PASS · load:PASS · resolve:PASS CONTAINER_RUN · golang@1golang:1.26@sha256:e30143be198a… |
2026-09-20 |
케이스
HOW- 목표
- verify github.com/sirupsen/logrus.InfoLevel in pkg:golang/github.com/sirupsen/logrus@v1.9.3
- 심벌
-
- github.com/sirupsen/logrus.InfoLevel
- 환경
- go 1.26.6
- 생성일
- 2026-09-20T02:10:25Z
컨트랙트
- logrus.InfoLevel has string representation info and is parsed from string by logrus.ParseLevel
- logrus.New initializes the logger to logrus.InfoLevel by default
- Logger configured at logrus.InfoLevel enables InfoLevel and higher severity levels while filtering out DebugLevel and TraceLevel
- Logger configured at logrus.InfoLevel emits Info and Warn messages to the destination writer and suppresses Debug messages
파일
- PROMPT.md
- csx.json
- go.mod
- go.sum
- info_level.go
- spec.json
- test/contract.go
소스
Clean-room public code sample — generation instructions
Write a brand-new, minimal, self-contained code sample in this clean-room directory.
Do not copy, paraphrase, or reference any existing project source. Work only from this spec.
A csx.json manifest scaffold already exists. Do not recreate it from memory. Preserve its case.goal, packages and symbols; fill its empty case.contract with exact assertions and correct its environment, commands and verifierAdapter for the files you generate.
Goal: verify github.com/sirupsen/logrus.InfoLevel in pkg:golang/github.com/sirupsen/logrus@v1.9.3
Kind: HOW
Use EXACTLY these public packages and versions:
- pkg:golang/github.com/sirupsen/logrus@v1.9.3
Demonstrate these symbols/APIs:
- github.com/sirupsen/logrus.InfoLevel
Required runtime conditions:
- ecosystem: golang
- language: go
- packageManager: go@1.26.6
- runtime: go@1.26.6
Rules:
- One focused purpose; the smallest project that proves the goal.
- Include a contract test (test/contract.*) that runs OFFLINE and exits 0 exactly when the goal behavior works.
- Pin every dependency with a lockfile so resolution is reproducible.
- No secrets, credentials, or tokens. No real URLs (only example.com or localhost). No absolute paths.
- No personal names, emails, company names, or project identifiers of any kind.
- No binaries and no generated output (node_modules, dist, target, venv, .git, .env).
- Keep it under 200 files and 256KB packed.
{"case":{"caseId":"case:sha256:fadd855dbd17d5e867d792ce994b672721a626c491cf7b1690676016b6d13f62","contract":["logrus.InfoLevel has string representation info and is parsed from string by logrus.ParseLevel","logrus.New initializes the logger to logrus.InfoLevel by default","Logger configured at logrus.InfoLevel enables InfoLevel and higher severity levels while filtering out DebugLevel and TraceLevel","Logger configured at logrus.InfoLevel emits Info and Warn messages to the destination writer and suppresses Debug messages"],"goal":"verify github.com/sirupsen/logrus.InfoLevel in pkg:golang/github.com/sirupsen/logrus@v1.9.3","kind":"HOW","packages":["pkg:golang/github.com/sirupsen/logrus@v1.9.3"],"schemaVersion":1,"symbols":["github.com/sirupsen/logrus.InfoLevel"]},"contractCommand":["go","run","./test"],"environment":{"arch":"x64","distro":"ubuntu","ecosystem":"golang","language":"go","libc":"glibc","libcVersion":"2.39","os":"linux","osVersionBucket":"24","packageManager":"go","packageManagerVersion":"1.26.6","runtime":"go","runtimeVersion":"1.26.6","schemaVersion":1},"license":"MIT-0","packages":["pkg:golang/github.com/sirupsen/logrus@v1.9.3"],"schemaVersion":1,"subject":"pkg:golang/github.com/sirupsen/logrus@v1.9.3","symbols":["github.com/sirupsen/logrus.InfoLevel"],"verifierAdapter":"golang@1"}
module sample
go 1.22
require github.com/sirupsen/logrus v1.9.3
require golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 // indirect
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ=
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
github.com/stretchr/objx v0.1.0/go.mod h1:HFkY916IF+rwdDfMAkV7OtwuqBVzrE8GR6GFx+wExME=
github.com/stretchr/testify v1.7.0 h1:nwc3DEeHmmLAfoZucVR881uASk0Mfjw8xYJ99tb5CcY=
github.com/stretchr/testify v1.7.0/go.mod h1:6Fq8oRcR53rry900zMqJjRRixrwX3KX962/h/Wwjteg=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8 h1:0A+M6Uqn+Eje4kHMK80dtF3JCXC4ykBgQG4Fe06QRhQ=
golang.org/x/sys v0.0.0-20220715151400-c0bba94af5f8/go.mod h1:oPkhp1MJrh7nUepCBck5+mAzfO9JrbApNNgaTdGDITg=
gopkg.in/check.v1 v0.0.0-20161208181325-20d25e280405/go.mod h1:Co6ibVJAznAaIkqp8huTwlJQCZ016jof/cbN4VW5Yz0=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c h1:dUUwHk2QECo/6vqA44rthZ8ie2QXMNeKRTHCNY2nXvo=
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c/go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM=
package sample
import (
"bytes"
"github.com/sirupsen/logrus"
)
// InfoLevelConstant returns the logrus.InfoLevel constant.
func InfoLevelConstant() logrus.Level {
return logrus.InfoLevel
}
// InfoLevelString returns the string representation of logrus.InfoLevel.
func InfoLevelString() string {
return logrus.InfoLevel.String()
}
// ParseInfoLevel parses a level string into logrus.Level.
func ParseInfoLevel(s string) (logrus.Level, error) {
return logrus.ParseLevel(s)
}
// DefaultLoggerLevel returns the level of a newly initialized logrus.Logger.
func DefaultLoggerLevel() logrus.Level {
logger := logrus.New()
return logger.GetLevel()
}
// InfoFilterLogger encapsulates a logrus.Logger configured at logrus.InfoLevel.
type InfoFilterLogger struct {
Logger *logrus.Logger
Buffer *bytes.Buffer
}
// NewInfoFilterLogger creates a logger set to InfoLevel writing to an in-memory buffer.
func NewInfoFilterLogger() *InfoFilterLogger {
buf := &bytes.Buffer{}
logger := logrus.New()
logger.SetOutput(buf)
logger.SetLevel(logrus.InfoLevel)
logger.SetFormatter(&logrus.JSONFormatter{
DisableTimestamp: true,
})
return &InfoFilterLogger{
Logger: logger,
Buffer: buf,
}
}
// IsEnabled checks if the given level is enabled on the logger.
func (l *InfoFilterLogger) IsEnabled(level logrus.Level) bool {
return l.Logger.IsLevelEnabled(level)
}
// LogEvents logs debug, info, and warn messages to test filtering.
func (l *InfoFilterLogger) LogEvents(debugMsg, infoMsg, warnMsg string) {
l.Logger.Debug(debugMsg)
l.Logger.Info(infoMsg)
l.Logger.Warn(warnMsg)
}
{
"schemaVersion": 1,
"goal": "verify github.com/sirupsen/logrus.InfoLevel in pkg:golang/github.com/sirupsen/logrus@v1.9.3",
"kind": "HOW",
"packages": [
"pkg:golang/github.com/sirupsen/logrus@v1.9.3"
],
"symbols": [
"github.com/sirupsen/logrus.InfoLevel"
],
"runtimeConditions": {
"ecosystem": "golang",
"language": "go",
"packageManager": "go@1.26.6",
"runtime": "go@1.26.6"
}
}
package main
import (
"encoding/json"
"fmt"
"os"
"github.com/sirupsen/logrus"
"sample"
)
type logEntry struct {
Level string `json:"level"`
Msg string `json:"msg"`
}
func main() {
fmt.Println("Running contract tests for github.com/sirupsen/logrus.InfoLevel...")
// Assertion 1: logrus.InfoLevel has string representation info and is parsed from string by logrus.ParseLevel
{
if sample.InfoLevelConstant() != logrus.InfoLevel {
fmt.Fprintf(os.Stderr, "Assertion 1 failed: expected InfoLevel %v, got %v\n", logrus.InfoLevel, sample.InfoLevelConstant())
os.Exit(1)
}
if sample.InfoLevelString() != "info" {
fmt.Fprintf(os.Stderr, "Assertion 1 failed: expected string 'info', got %q\n", sample.InfoLevelString())
os.Exit(1)
}
parsed, err := sample.ParseInfoLevel("info")
if err != nil || parsed != logrus.InfoLevel {
fmt.Fprintf(os.Stderr, "Assertion 1 failed: ParseInfoLevel('info') error: %v, got %v\n", err, parsed)
os.Exit(1)
}
parsedUpper, err := sample.ParseInfoLevel("INFO")
if err != nil || parsedUpper != logrus.InfoLevel {
fmt.Fprintf(os.Stderr, "Assertion 1 failed: ParseInfoLevel('INFO') error: %v, got %v\n", err, parsedUpper)
os.Exit(1)
}
fmt.Println(" ✓ Assertion 1 passed: logrus.InfoLevel string representation and parsing verified")
}
// Assertion 2: logrus.New initializes the logger to logrus.InfoLevel by default
{
defaultLevel := sample.DefaultLoggerLevel()
if defaultLevel != logrus.InfoLevel {
fmt.Fprintf(os.Stderr, "Assertion 2 failed: expected default level InfoLevel, got %v\n", defaultLevel)
os.Exit(1)
}
fmt.Println(" ✓ Assertion 2 passed: logrus.New initializes logger to InfoLevel by default")
}
// Assertion 3: Logger configured at logrus.InfoLevel enables InfoLevel and higher severity levels while filtering out DebugLevel and TraceLevel
{
l := sample.NewInfoFilterLogger()
if !l.IsEnabled(logrus.PanicLevel) {
fmt.Fprintf(os.Stderr, "Assertion 3 failed: PanicLevel should be enabled\n")
os.Exit(1)
}
if !l.IsEnabled(logrus.FatalLevel) {
fmt.Fprintf(os.Stderr, "Assertion 3 failed: FatalLevel should be enabled\n")
os.Exit(1)
}
if !l.IsEnabled(logrus.ErrorLevel) {
fmt.Fprintf(os.Stderr, "Assertion 3 failed: ErrorLevel should be enabled\n")
os.Exit(1)
}
if !l.IsEnabled(logrus.WarnLevel) {
fmt.Fprintf(os.Stderr, "Assertion 3 failed: WarnLevel should be enabled\n")
os.Exit(1)
}
if !l.IsEnabled(logrus.InfoLevel) {
fmt.Fprintf(os.Stderr, "Assertion 3 failed: InfoLevel should be enabled\n")
os.Exit(1)
}
if l.IsEnabled(logrus.DebugLevel) {
fmt.Fprintf(os.Stderr, "Assertion 3 failed: DebugLevel should be disabled\n")
os.Exit(1)
}
if l.IsEnabled(logrus.TraceLevel) {
fmt.Fprintf(os.Stderr, "Assertion 3 failed: TraceLevel should be disabled\n")
os.Exit(1)
}
fmt.Println(" ✓ Assertion 3 passed: Level hierarchy enabling logic verified for InfoLevel")
}
// Assertion 4: Logger configured at logrus.InfoLevel emits Info and Warn messages to the destination writer and suppresses Debug messages
{
l := sample.NewInfoFilterLogger()
l.LogEvents("debug message should be suppressed", "info message operational event", "warn message warning event")
var entries []logEntry
decoder := json.NewDecoder(l.Buffer)
for decoder.More() {
var entry logEntry
if err := decoder.Decode(&entry); err != nil {
fmt.Fprintf(os.Stderr, "Assertion 4 failed to decode log entry: %v\n", err)
os.Exit(1)
}
entries = append(entries, entry)
}
if len(entries) != 2 {
fmt.Fprintf(os.Stderr, "Assertion 4 failed: expected 2 entries, got %d (raw: %s)\n", len(entries), l.Buffer.String())
os.Exit(1)
}
if entries[0].Level != "info" || entries[0].Msg != "info message operational event" {
fmt.Fprintf(os.Stderr, "Assertion 4 failed: unexpected entry 0: %+v\n", entries[0])
os.Exit(1)
}
if entries[1].Level != "warning" || entries[1].Msg != "warn message warning event" {
fmt.Fprintf(os.Stderr, "Assertion 4 failed: unexpected entry 1: %+v\n", entries[1])
os.Exit(1)
}
fmt.Println(" ✓ Assertion 4 passed: InfoLevel emission and lower-level suppression verified")
}
fmt.Println("PASS: all logrus.InfoLevel contract assertions passed.")
}
오리진 시더
익명