Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / op/go-logging issues and pull requests
#149 - [Question] How to log to a file?
Issue -
State: closed - Opened by stokito about 4 years ago
- 1 comment
#148 - How do I set up multiple log files?
Issue -
State: open - Opened by Mrqlxdd over 4 years ago
#147 - How to turn off line numbers in production env?
Issue -
State: open - Opened by ORESoftware over 4 years ago
- 1 comment
#146 - Question: Can you set maximum logging level
Issue -
State: open - Opened by pelletier197 over 4 years ago
- 1 comment
#145 - backend, logger: lock before reassigning `defaultBackend`
Pull Request -
State: open - Opened by Asalle over 4 years ago
#144 - Fix data race between AddModuleLevel and GetLevel
Pull Request -
State: closed - Opened by Asalle over 4 years ago
#143 - Add a standard logger
Issue -
State: open - Opened by ranganath42 over 4 years ago
#142 - Fix the private backend test
Pull Request -
State: open - Opened by reinerRubin over 5 years ago
#141 - How to customize the request id?
Issue -
State: open - Opened by itcuihao over 5 years ago
- 1 comment
#140 - Rotating files
Issue -
State: open - Opened by nurlybekovnt over 5 years ago
- 1 comment
#139 - Disable logging
Issue -
State: closed - Opened by zerjioang over 5 years ago
- 1 comment
#138 - Test failure: TestLogCallpath incorrect callpath
Issue -
State: open - Opened by eclipseo almost 6 years ago
- 2 comments
#137 - go1.12 and too many arguments
Issue -
State: closed - Opened by ghenry almost 6 years ago
- 1 comment
#136 - Getting formatted logs in file and on cmd
Issue -
State: open - Opened by gasparyanyur almost 6 years ago
- 1 comment
#135 - Add mqttlog backend to README
Issue -
State: open - Opened by camstuart almost 6 years ago
#134 - Bump required go versions
Pull Request -
State: open - Opened by op about 6 years ago
#133 - go-logging: provide right pc to runtime.FuncForPC
Pull Request -
State: open - Opened by randall77 about 6 years ago
#132 - Set Logging Level
Issue -
State: open - Opened by rdhillbb over 6 years ago
- 5 comments
#131 - Diffrent format / config for diffrent level
Issue -
State: open - Opened by yoni386 over 6 years ago
- 1 comment
#130 - CMCOM-1559, syslog setup
Pull Request -
State: closed - Opened by kielfriedt over 6 years ago
#129 - build fails on raspberry pi 3 running debian stretch
Issue -
State: open - Opened by msoulier over 6 years ago
- 1 comment
#128 - Add config per file
Pull Request -
State: closed - Opened by MarcelHillmann over 6 years ago
- 1 comment
#127 - log rotate functionality
Issue -
State: open - Opened by prashbabu123 over 6 years ago
- 1 comment
#126 - Fix https://github.com/op/go-logging/issues/125
Pull Request -
State: open - Opened by triztian over 6 years ago
#125 - *Logger type uses global backend in IsEnabledFor method
Issue -
State: open - Opened by triztian over 6 years ago
#124 - Support for %{env} variable in formatter.
Pull Request -
State: open - Opened by evt almost 7 years ago
#123 - Duplicate print in log
Issue -
State: open - Opened by shamanis almost 7 years ago
- 3 comments
#122 - Logger registry singleton
Issue -
State: open - Opened by vit1251 almost 7 years ago
#121 - change delimiter in output format
Issue -
State: open - Opened by Viv1k about 7 years ago
#120 - Hid logs with level lesser than
Issue -
State: closed - Opened by sylr about 7 years ago
- 1 comment
#119 - How to set the log file path?
Issue -
State: open - Opened by shaohk about 7 years ago
- 3 comments
#118 - Create a interface and swap implementation to golang native logger
Pull Request -
State: open - Opened by mageddo over 7 years ago
#117 - add colour to INFO level - blue
Pull Request -
State: open - Opened by soniah over 7 years ago
#116 - Log Level NONE
Issue -
State: open - Opened by sundarv85 over 7 years ago
- 1 comment
#115 - unknow character wrote to the log file
Issue -
State: closed - Opened by crazybits over 7 years ago
- 2 comments
#114 - Using an variable list of Backend in SetBackend
Issue -
State: closed - Opened by chilladx over 7 years ago
- 1 comment
#113 - Make the time generating function settable from the outside
Pull Request -
State: open - Opened by khoffrath over 7 years ago
#112 - support windows color via mattn/go-colorable
Pull Request -
State: open - Opened by shenwei356 almost 8 years ago
- 3 comments
#111 - Logstash hook
Issue -
State: open - Opened by stgleb almost 8 years ago
#110 - Cross-platform colors with go-colortext
Issue -
State: open - Opened by frontierpsycho almost 8 years ago
- 3 comments
#109 - On Windows
Issue -
State: open - Opened by ghost almost 8 years ago
#108 - Cleaning up error from gofmt and complaints from linter
Pull Request -
State: open - Opened by tmcarr about 8 years ago
#107 - Seeing double times printed out to stdout
Issue -
State: open - Opened by jchauncey about 8 years ago
- 8 comments
#106 - No effect under Windows
Issue -
State: closed - Opened by zouhuigang over 8 years ago
#105 - Thread safety fix in logging and SetLevel
Pull Request -
State: open - Opened by yacovm over 8 years ago
#104 - Thread safety
Issue -
State: open - Opened by yacovm over 8 years ago
#103 - public getFormatter() does not exist yet public SetFormatter() does
Issue -
State: open - Opened by SilverCory over 8 years ago
#102 - Fix backend data race
Pull Request -
State: open - Opened by ccl0326 over 8 years ago
#101 - Logger throws nil pointer dereference error on "IsEnabledFor"
Issue -
State: open - Opened by pxaviad over 8 years ago
#100 - Problems with signals on log
Issue -
State: open - Opened by viniciusfeitosa over 8 years ago
#99 - Added SetTimeNow function to override global timeNow func
Pull Request -
State: open - Opened by cevaris over 8 years ago
- 2 comments
#98 - Log using UTC time
Issue -
State: open - Opened by clawconduce almost 9 years ago
- 4 comments
#97 - I use the logging package in my windows,why all level log the same as color?
Issue -
State: open - Opened by yancheng199287 almost 9 years ago
- 6 comments
#96 - [Backend][Reentrant] Introduce Reentrant Backend
Pull Request -
State: open - Opened by nplanel almost 9 years ago
- 6 comments
#95 - Adding NullBackend
Pull Request -
State: open - Opened by firelizzard18 almost 9 years ago
#94 - How to specify a file name?
Issue -
State: closed - Opened by rfyiamcool almost 9 years ago
- 1 comment
#93 - readme: updated import path of wslog
Pull Request -
State: closed - Opened by cryptix almost 9 years ago
- 1 comment
#92 - Taruti/update upstream+hilyjiang repo
Pull Request -
State: closed - Opened by taruti almost 9 years ago
- 1 comment
#91 - memoize formated messages in mem backends
Pull Request -
State: open - Opened by geardley almost 9 years ago
- 1 comment
#90 - Memory backends don't work with calldepth format verbs
Issue -
State: open - Opened by geardley almost 9 years ago
#89 - [callpath] add depth (optional) parameter
Pull Request -
State: closed - Opened by nplanel almost 9 years ago
- 1 comment
#88 - revert Error() api change
Issue -
State: closed - Opened by coryb almost 9 years ago
- 4 comments
#87 - Making Record.Fmt public
Pull Request -
State: open - Opened by aheuermann almost 9 years ago
- 1 comment
#86 - Control/Observe exit code based on logging level?
Issue -
State: closed - Opened by bcbrock almost 9 years ago
- 2 comments
#85 - [feature] Introduce new %{callpath} format keyword
Pull Request -
State: closed - Opened by nplanel almost 9 years ago
- 4 comments
#84 - Safe use of *LogBackend.Logger
Issue -
State: closed - Opened by kevinjos about 9 years ago
- 3 comments
Labels: question
#83 - Support log file auto rotate
Issue -
State: closed - Opened by wangfakang about 9 years ago
- 1 comment
#82 - Make Record.Args public so can be accessed by backends
Pull Request -
State: closed - Opened by aheuermann about 9 years ago
- 1 comment
#81 - Stack Skip Count parameter
Issue -
State: closed - Opened by yoiang about 9 years ago
- 3 comments
#80 - Make general log function public
Issue -
State: open - Opened by yoiang about 9 years ago
- 1 comment
#79 - Change $GOROOT to $GOPATH in reaadme
Pull Request -
State: closed - Opened by LK4D4 about 9 years ago
- 2 comments
#78 - Don't leak the redacted string's length
Issue -
State: open - Opened by srenatus about 9 years ago
#77 - cannot use err (type error) as type string in argument to log.Error
Pull Request -
State: closed - Opened by phedoreanu about 9 years ago
#76 - Bring back doFmtVerbLevelColor on Windows
Pull Request -
State: open - Opened by zanderz about 9 years ago
- 1 comment
#75 - Fix concurrent data race problem
Pull Request -
State: open - Opened by hilyjiang about 9 years ago
- 3 comments
#74 - race test failed
Issue -
State: open - Opened by hilyjiang about 9 years ago
#73 - Bring back doFmtVerbLevelColor on Windows
Pull Request -
State: closed - Opened by zanderz about 9 years ago
#72 - Support customisation of default colours in unix
Pull Request -
State: closed - Opened by giftig about 9 years ago
- 1 comment
#71 - Broke some windows builds.
Pull Request -
State: closed - Opened by zanderz about 9 years ago
- 2 comments
#70 - Broke some windows builds. Bring back doFmtVerbLevelColor
Pull Request -
State: closed - Opened by zanderz about 9 years ago
#69 - NewLogBackend signature is different on *nix and Windows
Issue -
State: closed - Opened by vadimsht about 9 years ago
- 4 comments
#65 - Replaced MustGetLogger with more idiomatic GetLogger.
Pull Request -
State: closed - Opened by xavi- over 9 years ago
- 4 comments
#63 - Ability to override default colors
Issue -
State: open - Opened by mahendrakariya over 9 years ago
- 12 comments
#62 - SysLog on windows to log to standard event log
Issue -
State: closed - Opened by intval over 9 years ago
- 1 comment
#61 - Error & Critical level logging issue
Issue -
State: closed - Opened by Jitendrakry over 9 years ago
- 4 comments
#60 - Set up to level
Pull Request -
State: closed - Opened by franciscocpg over 9 years ago
- 3 comments
#59 - init() { Reset() } clobbers any previously-set custom logging levels
Issue -
State: open - Opened by jaytaylor over 9 years ago
- 1 comment
#55 - Add logging functions with "f" suffix to avoid triggering go vet.
Pull Request -
State: closed - Opened by optimality almost 10 years ago
- 5 comments
#52 - Produces weird output for %2A
Issue -
State: closed - Opened by lswith almost 10 years ago
- 1 comment
#46 - experimental websocket backend
Issue -
State: closed - Opened by cryptix about 10 years ago
- 4 comments
Labels: enhancement
#44 - Prefix
Issue -
State: closed - Opened by jbenet about 10 years ago
- 3 comments
#39 - The default backend was printing the date and time before the message
Pull Request -
State: open - Opened by jeffwilliams about 10 years ago
- 6 comments
#32 - any function to do a log rotation?
Issue -
State: closed - Opened by jiang-wei about 10 years ago
- 3 comments
#31 - Color property has no effect on log output
Issue -
State: closed - Opened by guycalledseven about 10 years ago
- 6 comments
#30 - Avoid introducing go-vet noise
Pull Request -
State: closed - Opened by jbenet over 10 years ago
- 5 comments
#29 - Formatting versions
Issue -
State: closed - Opened by jbenet over 10 years ago
- 11 comments
#18 - Logger as interface, not struct?
Issue -
State: open - Opened by elgris over 10 years ago
- 5 comments
#17 - Fatal, Fatalf, Panic, Panicf?
Issue -
State: closed - Opened by alecthomas over 10 years ago
- 1 comment
#15 - Global logger
Issue -
State: closed - Opened by johntdyer over 10 years ago
- 4 comments
#12 - Add Errorf, Warningf, Noticef, Infof, Debugf functions.
Pull Request -
State: closed - Opened by babo over 10 years ago
- 11 comments