Skip to content

Commit

Permalink
Add a note to the documentation regarding logging (Fixes #330)
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverEvans96 authored and miguelgrinberg committed Apr 30, 2020
1 parent 714ea56 commit f969b5e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/index.rst
Expand Up @@ -252,4 +252,7 @@ The commands exposed by Flask-Migrate's command-line interface can also be acces
- ``stamp(directory='migrations', revision='head', sql=False, tag=None)``
Sets the revision in the database to the one given as an argument, without performing any migrations.

Note: For greater scripting flexibility you can also use the API exposed by Alembic directly.
Notes:

- These commands will invoke the same functionality that runs from the command-line, including output to the terminal. The logging configuration of the process will be overriden by Alembic according to the contents of the alembic.ini file.
- For greater scripting flexibility you can also use the API exposed by Alembic directly.

0 comments on commit f969b5e

Please sign in to comment.