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
For people who would like to try some contribute to Notary :)
For now we have already supported increasing/decreasing logging level on notary server side #748 , and it would be nice to have that functionality also on notary signer side.
Tips:
What you need to do would like to be:
Embed a setupSignalTrap() into the notary-signer booting process.
Add a handler to deal with those captured signals.
Add some test for your handler
Add some docs about it
The infra you might want to use for this feature are:
NotarySupportedSignals in const.go
AdjustLogLevel() to increase/decrease logging in utils/configuration.go
The text was updated successfully, but these errors were encountered:
For people who would like to try some contribute to Notary :)
For now we have already supported increasing/decreasing logging level on notary server side #748 , and it would be nice to have that functionality also on notary signer side.
Tips:
What you need to do would like to be:
setupSignalTrap()
into the notary-signer booting process.The infra you might want to use for this feature are:
NotarySupportedSignals
inconst.go
AdjustLogLevel()
to increase/decrease logging inutils/configuration.go
The text was updated successfully, but these errors were encountered: