Skip to content
New issue

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

Enable unique timestamped log files for each ora2pg execution #1812

Open
interstellarigrok opened this issue Sep 2, 2024 · 0 comments
Open

Comments

@interstellarigrok
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant