kannappanr
577d10674d
Cleanup stack trace in error logs ( #6045 )
...
Add compile time GOROOT path to the list of prefix
of file paths to be removed.
Add webhandler function names to the slice that
stores function names to terminate logging.
7 years ago
Krishna Srinivas
cc8178cdc4
Log errors only once for event notification errors ( #5905 )
7 years ago
Anis Elleuch
32700fca52
Enhance fatal errors printing of common issues seen by users ( #5878 )
7 years ago
Krishna Srinivas
11b8e292a7
Disable logging during unit tests ( #5861 )
7 years ago
ebozduman
f16bfda2f2
Remove panic() and handle it appropriately ( #5807 )
...
This is an effort to remove panic from the source.
Add a new call called CriticialIf, that calls LogIf and exits.
Replace panics with one of CriticalIf, FatalIf and a return of error.
7 years ago
Harshavardhana
c332b4fb5e
fix shadowing issue in logger ( #5830 )
7 years ago
Harshavardhana
adf9a9d300
Remove all unused variables and functions ( #5823 )
7 years ago
kannappanr
57a3d9c16c
Modify fatalIf, startup and update message logging code ( #5780 )
...
Use a common logging framework to log fatalIf, startup, Info and Update
messages.
7 years ago
kannappanr
f8a3fd0c2a
Create logger package and rename errorIf to LogIf ( #5678 )
...
Removing message from error logging
Replace errors.Trace with LogIf
7 years ago
Krishna Srinivas
9ede179a21
Use context.Background() instead of nil
...
Rename Context[Get|Set] -> [Get|Set]Context
7 years ago
Ersan
33fe42df8a
Adds context support for nas, oss and s3
7 years ago
Krishna Srinivas
e452377b24
Add context to the object-interface methods.
...
Make necessary changes to xl fs azure sia
7 years ago