Skip to content

Conversation

@Threated
Copy link
Member

@Threated Threated commented Nov 7, 2025

Can be reviewed commit by commit

@Threated Threated requested a review from TKussel November 7, 2025 11:07
Copy link
Member

@TKussel TKussel left a comment

Choose a reason for hiding this comment

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

Thank you. In the future, I would prefer to have the file logger as a separate logger, as the information I want to have persisted vs. the information, I want to see in the docker logs can differ significantly.

impl Config {
pub fn load() -> Result<Self, SamplyBeamError> {
let cli_args = CliArgs::parse();
pub fn load(cli_args: CliArgs) -> Result<Self, SamplyBeamError> {
Copy link
Member

Choose a reason for hiding this comment

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

Why did you pull this into main?

Copy link
Member Author

Choose a reason for hiding this comment

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

Because the cli args now include the log config which I did not bother to include the actual config.

@Threated Threated merged commit bb7bdff into develop Nov 7, 2025
48 of 51 checks passed
@Threated Threated deleted the logs branch November 7, 2025 13:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants