Skip to content

Bug! Should've ignored format string in logs #51

@CaledoniaProject

Description

@CaledoniaProject

Minimal case,

func main () {
    log.Println ("Hello There! %Y %s", "123")
}

And you will see this in fresh,

15:24:52 app         | 2016/05/16 15:24:52 Hello There! %!Y(MISSING) %!s(MISSING) 123

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions