co-log icon indicating copy to clipboard operation
co-log copied to clipboard

📓 Flexible and configurable modern #Haskell logging framework

Results 26 co-log issues
Sort by recently updated
recently updated
newest added

Problem: Function to print text with newline which is in use in library performs it as two separate actions - first is to print message and second - to print...

enhancement

Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.1. Release notes Sourced from actions/cache's releases. v3.0.1 Added support for caching from GHES 3.5. Fixed download issue for files > 2GB during restore. v3.0.0...

CI
dependencies

Have you every integrated with a servant project? If so, could you share code examples on how to do this? I have been able to log by passing in the...

question

I think it just needs a release from `main`.

Hi. Seems like lib prints wrong call stack: ```haskell union :: Union () union = do logInfo "Starting application..." config

Should co-log always use UTC as time zone output? Personally I'm unsure what is the "correct" behaviour, so I started this experiment to use the local time zone as an...

question
message

Related to https://github.com/co-log/co-log/discussions/224. I'm not sure if discarding logs is a common enough use-case to warrant this, but I'd like to propose a convenience function: ```haskell discardLogs :: LoggerT Message...

question

After deploying a co-log based logger to AWS/Lambda, I noticed that co-log would not "turn of" colors automatically when being asked to print to handles that do not point to...

enhancement
package:co-log