Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
hyperledger-firefly
/
common
Public
Notifications
You must be signed in to change notification settings
Fork
15
Star
5
Code
Issues
7
Pull requests
5
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Security and quality
Insights
[log] [metric] Log Setting API, More TRACE Logs, and Gatherer Support
- #201
#201
Merged
EnriqueL8
merged 23 commits into
hyperledger-firefly:main
hyperledger-firefly/common:main
from
kaleido-io:dynamic-logging
kaleido-io/firefly-common:dynamic-logging
Copy head branch name to clipboard
Dec 1, 2025
Conversation
Commits
23
(23)
Checks
Files changed
Merged
[log] [metric] Log Setting API, More TRACE Logs, and Gatherer Support
#201
EnriqueL8
merged 23 commits into
hyperledger-firefly:main
hyperledger-firefly/common:main
from
kaleido-io:dynamic-logging
kaleido-io/firefly-common:dynamic-logging
Copy head branch name to clipboard
Commits
Commits on Nov 19, 2025
[log] logr.Logger and logr.LogSink Support for controller-runtime Compatibility
Show description for 6b5ffb0
onelapahead
committed
6b5ffb0
View commit details
Copy full SHA for 6b5ffb0
Browse repository at this point
logr stores an internal ctx for fields; withlogfields and withfields for logging
Show description for 143bde6
onelapahead
committed
143bde6
View commit details
Copy full SHA for 143bde6
Browse repository at this point
use new withlogfields internally; document inefficiencies of logr implementation
Show description for 4004679
onelapahead
committed
4004679
View commit details
Copy full SHA for 4004679
Browse repository at this point
fixed linter
Show description for 4629a14
onelapahead
committed
4629a14
View commit details
Copy full SHA for 4629a14
Browse repository at this point
Commits on Nov 28, 2025
gatherer for custom metrics exporting
Show description for f21e9a0
onelapahead
committed
f21e9a0
View commit details
Copy full SHA for f21e9a0
Browse repository at this point
Commits on Nov 29, 2025
eliminating monitoring server logs; supporting changing log level dynamically via monitoring server; all dbsql logs to trace
Show description for 139bc91
onelapahead
committed
139bc91
View commit details
Copy full SHA for 139bc91
Browse repository at this point
fixed test; removed other noisy log from dbsql
Show description for 864ecbb
onelapahead
committed
864ecbb
View commit details
Copy full SHA for 864ecbb
Browse repository at this point
move http conn logs to trace
Show description for f656209
onelapahead
committed
f656209
View commit details
Copy full SHA for f656209
Browse repository at this point
Commits on Nov 30, 2025
more flexible dynamic logging API for future settings
Show description for 0e811ee
onelapahead
committed
0e811ee
View commit details
Copy full SHA for 0e811ee
Browse repository at this point
fix panic for klog.Object structs in controller-runtime
Show description for d73a8c5
onelapahead
committed
d73a8c5
View commit details
Copy full SHA for d73a8c5
Browse repository at this point
removing logr implementation
Show description for e77cfe7
onelapahead
committed
e77cfe7
View commit details
Copy full SHA for e77cfe7
Browse repository at this point
less debug logs
Show description for 064c97e
onelapahead
committed
064c97e
View commit details
Copy full SHA for 064c97e
Browse repository at this point
fix lint
Show description for a1ff727
onelapahead
committed
a1ff727
View commit details
Copy full SHA for a1ff727
Browse repository at this point
Commits on Dec 1, 2025
reverting dbsql log changes
Show description for 57fc551
onelapahead
committed
57fc551
View commit details
Copy full SHA for 57fc551
Browse repository at this point
removing handler init in favor of simple setloglevel; and updated var name w/ comment
Show description for b5869c6
onelapahead
committed
b5869c6
View commit details
Copy full SHA for b5869c6
Browse repository at this point
comments and log methods feedback
Show description for 4bcfa39
onelapahead
committed
4bcfa39
View commit details
Copy full SHA for 4bcfa39
Browse repository at this point
Fix test
Show description for 7feb10d
onelapahead
committed
7feb10d
View commit details
Copy full SHA for 7feb10d
Browse repository at this point
Update pkg/ffapi/apiserver.go
Show description for 542c507
onelapahead
and
peterbroadhurst
authored
542c507
View commit details
Copy full SHA for 542c507
Browse repository at this point
ffapi
Show description for ecf04ba
onelapahead
committed
ecf04ba
View commit details
Copy full SHA for ecf04ba
Browse repository at this point
add remote/local addrs to conn ctx for httpserver
Show description for 32c4e02
onelapahead
committed
32c4e02
View commit details
Copy full SHA for 32c4e02
Browse repository at this point
Check ctx fields in unit test
Show description for c545757
onelapahead
committed
c545757
View commit details
Copy full SHA for c545757
Browse repository at this point
log local/remote in apiserver handlers now that they are in context
Show description for ee2c8e6
onelapahead
committed
ee2c8e6
View commit details
Copy full SHA for ee2c8e6
Browse repository at this point
validate user input for log level
Show description for b6d9c9f
onelapahead
committed
b6d9c9f
View commit details
Copy full SHA for b6d9c9f
Browse repository at this point
You can’t perform that action at this time.