Skip to content

Conversation

@willnet
Copy link
Owner

@willnet willnet commented Aug 22, 2023

CiLogger replaces Rails.logger by default, but other loggers can be replaced.

your_logger = CiLogger::Logger.new(your_logger)
your_logger.debug('debug!') # This is only output when the test fails

CiLogger replaces Rails.logger by default, but other loggers can be replaced.

```ruby
your_logger = CiLogger::Logger.new(your_logger)
your_logger.debug('debug!') # This is only output when the test fails
```
@willnet willnet merged commit a4babef into main Aug 22, 2023
@willnet willnet deleted the registry branch May 28, 2025 10:14
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.

2 participants