{"library":"spacy-loggers","code":"# Example config.cfg snippet for Weights & Biases logging\n# This file is typically used with `python -m spacy train config.cfg`\n\n[training.logger]\n@loggers = \"spacy.WandbLogger.v5\"\nproject_name = \"my_spacy_project\"\nremove_config_values = [\"paths.train\", \"paths.dev\"]\n\n# To combine with console logging (required for v5+ if console output is desired)\n# [training.logger]\n# @loggers = \"spacy.ChainLogger.v1\"\n# loggers = [\n#   { \"@loggers\": \"spacy.ConsoleLogger.v2\" },\n#   { \"@loggers\": \"spacy.WandbLogger.v5\", \"project_name\": \"my_spacy_project\" }\n# ]\n","lang":"ini","description":"spaCy loggers are typically configured within the `config.cfg` file used for `spacy train`. The `@loggers` key under `[training.logger]` specifies which logger to use. Ensure the respective external logging library (e.g., `wandb`) is installed and configured (e.g., `wandb login`).","tag":null,"tag_description":null,"last_tested":"2026-04-24","results":[{"runtime":"python:3.10-alpine","exit_code":1},{"runtime":"python:3.10-slim","exit_code":1},{"runtime":"python:3.11-alpine","exit_code":1},{"runtime":"python:3.11-slim","exit_code":1},{"runtime":"python:3.12-alpine","exit_code":1},{"runtime":"python:3.12-slim","exit_code":1},{"runtime":"python:3.13-alpine","exit_code":1},{"runtime":"python:3.13-slim","exit_code":1},{"runtime":"python:3.9-alpine","exit_code":1},{"runtime":"python:3.9-slim","exit_code":1}]}