-
Notifications
You must be signed in to change notification settings - Fork 558
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add --log-file & \log-file option to always capture output (#1461)
* Add --log-file & \log-file option to always capture output Currently outputting to a file via \o disables the console output This patch adds a `--log-file` cli arg with similar behavior to `psql`* and a \log-file special command to enable/disable it from the console *https://www.postgresql.org/docs/current/app-psql.html#APP-PSQL-OPTION-LOG-FILE * switch to use context manager Co-authored-by: Irina Truong <637013+j-bennet@users.noreply.github.com> * switch to use context manager Co-authored-by: Irina Truong <637013+j-bennet@users.noreply.github.com> * use isoformat explicitly Co-authored-by: Irina Truong <637013+j-bennet@users.noreply.github.com> * change test to use a mock, update changelog & authors * reformat * black --------- Co-authored-by: Irina Truong <637013+j-bennet@users.noreply.github.com>
- Loading branch information
Showing
4 changed files
with
91 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters