Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • SUNSET SUNSET
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 42
    • Issues 42
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • SUNSETSUNSET
  • Issues
  • #44
Closed
Open
Issue created Nov 04, 2022 by Jaume Ramon@jramonDeveloper

logger package producing error in the verification suite

Hi @vagudets and @aho ,

By chance, I found out that if I load the logger package I get the following error in the function prepare_outputs():

Error in logger(threshold = recipe$Run$Loglevel, appenders = list(console_appender(layout = default_log_layout()), : unused argument (appenders = list(console_appender(layout = default_log_layout()), file_appender(logfile, append = TRUE, layout = default_log_layout())))

You can run this piece of code:

recipe_file <- "/esarchive/scratch/jramon/GitLab_jramon/auto-s2s/modules/Loading/testing_recipes/recipe_system5c3s-tas_downscaling.yml"

recipe <- prepare_outputs(recipe_file)

It is true that I don't need to load logger to work but this is for you to be aware.

Jaume

Assignee
Assign to
Time tracking