Skip to content

Conversation

@fmaste
Copy link

@fmaste fmaste commented Nov 25, 2025

Description

reasonably detailed description of the pull request

Checklist

Quality

  • Commit sequence makes sense and have useful messages, see ref.
  • New tests are added and existing tests are updated.
  • Self-reviewed the PR.

Maintenance

  • Linked an issue or added the PR to the current sprint of ouroboros-network project.
  • Added labels.
  • Updated changelog files.
  • The documentation has been properly updated, see ref.

Copy link
Contributor

@crocodile-dentist crocodile-dentist left a 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
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/Logging/Framework/?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

3 participants