We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Description:
I configured two directives in ora2pg: ` DEBUG 1
LOGFILE .../log/LOGFILE ora2pg_job_$(date +%Y%m%d_%H%M%S).log `
I expected the log files to be saved with a unique timestamp, such as ora2pg_job_20230220_142300.log.
However, this did not happen. Instead, the logs were not saved with the expected timestamp format.
Is it possible to configure ora2pg so that each log file is saved with a unique timestamp directly from within the configuration file?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description:
I configured two directives in ora2pg:
`
DEBUG 1
LOGFILE .../log/LOGFILE ora2pg_job_$(date +%Y%m%d_%H%M%S).log
`
I expected the log files to be saved with a unique timestamp, such as ora2pg_job_20230220_142300.log.
However, this did not happen. Instead, the logs were not saved with the expected timestamp format.
Is it possible to configure ora2pg so that each log file is saved with a unique timestamp directly from within the configuration file?
The text was updated successfully, but these errors were encountered: