Skip to content

TypeError: makeRecord() takes from 8 to 10 positional arguments but 11 were given #7

@skundu29

Description

@skundu29

Redislog is throwing an error with mismatch in the arguments

    logger = redislog.logger.RedisLogger(name)
    redis_handler = log_handler.RedisHandler(channel=LOG_CHANNEL, redis_client=get_redis_client())
    logger.addHandler(redis_handler)
    logger.info("Hello")

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions