Logging
When the Data Seeder runs, it will abide by GitLab’s overall logging level.
Change logging level
You can override the logging level by specifying the environment variable GITLAB_LOG_LEVEL
.
Available levels:
information
warn
error
debug
Logfile
The logfile can be found in log/data_seeder.log
Custom logging
Use the @logger
global variable to log your own custom logs.