issues Search Results · repo:go-clog/clog language:Go
Filter by
0 results
(53 ms)0 results
ingo-clog/clog (press backspace or delete to remove)Panic triggered when multiple pods with log directory mounted as NFS
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x18 ...
ysicing
- Opened on Dec 18, 2023
- #24
The first log is not written everytime
package main
import log unknwon.dev/clog/v2
func init() {
if err := log.NewConsole(); err != nil {
panic( unable to create new logger: + err.Error()) ...
karitham
- 1
- Opened on Dec 24, 2020
- #22
If I want to use logging for different modules, I would have destinations (like file) depending on the module.
Has it been planned or envisaged to write to a specific logger and not to all managed loggers ...
kind: feature
hackquest-grid
- 1
- Opened on Nov 21, 2020
- #20
I use clog as logging library in my project. I meet an weird issue that the outdated log file is not deleted when rotate
is on.
My go version is
$ go version
go version go1.13.5 linux/amd64
clog was ...
jsfaint
- 4
- Opened on Dec 16, 2019
- #14
E.g. log.Infos, log.Errors
https://pkg.go.dev/go.uber.org/zap
kind: feature
unknwon
- Opened on Nov 28, 2019
- #13
Using this file:
package main
import aa gopkg.in/clog.v1
func main() {
aa.New(aa.CONSOLE, aa.ConsoleConfig{})
aa.Info( bbbbb )
aa.Info( ccccc )
}
I get this result:
2019/06/14 20:38:47 [ ...
ghost
- 2
- Opened on Jun 15, 2019
- #9
Configuration should support fields content, username` and Embed Object described in Execute Webhook.
unknwon
- Opened on Apr 9, 2018
- #6

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.