frank
51c1193ed2
feat_: Implement request logging functionality ( #5812 )
...
* feat_: Implement request logging functionality
* chore_: lint fix
* chore_: address review feedback
* test_: check panic recovery panic
* chore_: add json tags
2024-09-13 16:08:20 +01:00
frank
51a1a9940f
print origins for log ( #4277 )
2023-11-09 14:35:59 +08:00
Anton Iakimov
3a41a2550a
ci: generate junit reports for unit tests
2023-08-17 15:29:18 +02:00
Jonathan Rainville
bba7135fb7
fix(logrotation): fix issue where all logs are kept in archive ( #3465 )
2023-05-11 14:36:01 -04:00
Richard Ramos
03c61e8847
chore: bump go-waku to also log output from go-libp2p into geth.log
2023-02-02 16:26:25 -04:00
Samuel Hawksby-Robinson
78892847ee
Removed unnecessary dependency from logutil package
...
util packages should have a few dependencies as possible, particularly from within the same repo, to prevent the application from creating import loops
Signed-off-by: Jakub Sokołowski <jakub@status.im>
2021-08-19 11:35:40 +02:00
Pedro Pombeiro
c8a911ebd1
Use goimports instead of gofmt
2020-01-06 10:17:23 +01:00
Dmitry
5bce7e793f
Redirect log output to mobile system loggers
2019-03-07 17:07:12 +02:00
Dmitry Shulyak
cf8f20b23c
Use lumberjack library to rotate logs and add config that enables it ( #1399 )
2019-03-01 14:37:13 +01:00
Andrea Franz
5f45f6498d
Add LogEnabled attribute to NodeConfig to, used in the call from status-react ( #866 )
...
* add LogEnabled attribute to NodeConfig, used in the call from status-react
* fix use of OverrideRootLogin in tests
* enable logger in tests based on LogLevel
* move LogEnabled before LogFile
2018-04-26 18:28:42 +02:00
Adam Babik
5f075eeaba
Enable logs in tests ( #852 )
...
Pass `-log` option to `go test` in order to change the log level. By default, it's `INFO`.
2018-04-22 18:50:34 +02:00