diff --git a/README.md b/README.md index 46e6914..adfccf7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ go-logger ================= -[![Project status](https://img.shields.io/badge/version-v1.2.9-vividgreen.svg)](https://github.com/GabrielHCataldo/go-logger/releases/tag/v1.2.9) +[![Project status](https://img.shields.io/badge/version-v1.3.0-vividgreen.svg)](https://github.com/GabrielHCataldo/go-logger/releases/tag/v1.3.0) [![Go Report Card](https://goreportcard.com/badge/github.com/GabrielHCataldo/go-logger)](https://goreportcard.com/report/github.com/GabrielHCataldo/go-logger) [![Coverage Status](https://coveralls.io/repos/GabrielHCataldo/go-logger/badge.svg?branch=main&service=github)](https://coveralls.io/github/GabrielHCataldo/go-logger?branch=main) [![Open Source Helpers](https://www.codetriage.com/gabrielhcataldo/go-logger/badges/users.svg)](https://www.codetriage.com/gabrielhcataldo/go-logger) diff --git a/logger/warning.go b/logger/warning.go index 3dbdf9e..1159e03 100644 --- a/logger/warning.go +++ b/logger/warning.go @@ -202,7 +202,7 @@ func WarningOptsME(opts Options, v ...any) { // // [WARNING 2023/12/09 19:26:09] example.go:239: test, true, 112, last is 10.99 func WarningOptsf(format string, opts Options, v ...any) { - printLog(levelWarning, 2, opts, format, loggerTagHide, v...) + printLog(levelWarning, 2, opts, format, "", v...) } // WarningOptsfH is a function that records informational messages based on the Options variable passed as a parameter,