DataLoader:log:all
View in ref guide.
Edit this option Publish this option Clear draft content
Published Option
Draft Option
No draft option
Comments or questions about this documentation? Contact us for support!
View in ref guide.
Edit this option Publish this option Clear draft content
Published Option
Default Value: stdout
Valid Values: stdout, stderr, network, memory, <filename>
Changes Take Effect: Immediately
Specifies the outputs to which an application sends the log events of the all level.
The log output types must be separated by a comma when more than one output is configured. For example:
all = stdout, logfile
If you specify a file path, you must use the following format: /log/asc/Expected_File_Name . This is the default path used by the docker-compose.yml file, which maps the Data Loader log directory the specified folder in the host machine. If you want to use a different log file location, you must specify the in both the all option and the docker-compose.yml file.
Draft Option
No draft option