-
Notifications
You must be signed in to change notification settings - Fork 93
cardano logging libraries #5251
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
crocodile-dentist
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See also my comments re network-mux in #5235 and whether to make it a separate library instead.
| -rtsopts | ||
| -threaded | ||
|
|
||
| library cardano-logging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'd rename to eg. 'ouroboros-network-trace' as cardano specific bits are in the cardano-diffusion library.
| library cardano-logging | ||
| import: ghc-options | ||
| visibility: public | ||
| hs-source-dirs: cardano-logging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here
| visibility: public | ||
| hs-source-dirs: cardano-logging | ||
| exposed-modules: | ||
| Ouroboros.Network.Logging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Logging/Trace/?
| build-depends: Win32 >=2.5.4.1 && <3.0 | ||
| hs-source-dirs: framework | ||
|
|
||
| library framework-cardano-logging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
framework-trace instead?
| library framework-cardano-logging | ||
| import: ghc-options | ||
| visibility: public | ||
| hs-source-dirs: framework/cardano-logging |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/cardano-logging/trace/?
| visibility: public | ||
| hs-source-dirs: framework/cardano-logging | ||
| exposed-modules: | ||
| Ouroboros.Network.Logging.Framework |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/Logging/Framework/?
Description
reasonably detailed description of the pull request
Checklist
Quality
Maintenance
ouroboros-networkproject.