diff --git a/CHANGES.rst b/CHANGES.rst index 6558a2c4..6c31a008 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -41,6 +41,7 @@ New Features Maintenance ------------ +* Drop the (unused now) *stdlogpj* package for configuring Python's *logging*. * Environment for bluesky_2024_1. diff --git a/bluesky/environments/environment_2024_1.yml b/bluesky/environments/environment_2024_1.yml index d30b0a86..52efba6d 100644 --- a/bluesky/environments/environment_2024_1.yml +++ b/bluesky/environments/environment_2024_1.yml @@ -91,7 +91,6 @@ dependencies: - pymca - pyRestTable - spec2nexus - - stdlogpj - xrayutilities # --- packaging and publishing diff --git a/docs/source/howto/bluesky_cheat_sheet.md b/docs/source/howto/bluesky_cheat_sheet.md index e4ab4723..d6036d8e 100644 --- a/docs/source/howto/bluesky_cheat_sheet.md +++ b/docs/source/howto/bluesky_cheat_sheet.md @@ -452,9 +452,8 @@ If you are translating PyEpics code to Bluesky plans, consult this In the working directory, the log files are written to a `./.logs` subdirectory. There are two kinds of file, one that records user commands and the python -result, the other records items sent to the -[customized](https://github.com/prjemian/stdlogpj#example-directing-logs-to-a-specific-directory) -Python [logging](https://docs.python.org/3/library/logging.html) package. +result, the other records items sent to the Python +[logging](https://docs.python.org/3/library/logging.html) package. In the IPython session, use the `!` to run a linux command: diff --git a/docs/source/instrument/describe_instrument.ipynb b/docs/source/instrument/describe_instrument.ipynb index 3d2b7ef7..0cac8df9 100644 --- a/docs/source/instrument/describe_instrument.ipynb +++ b/docs/source/instrument/describe_instrument.ipynb @@ -900,9 +900,8 @@ "For diagnostic and general support, log files are created to record activity. In the working directory, the log files are written to a `./.logs` subdirectory.\n", "\n", "There are two kinds of file, one that records user commands and the python\n", - "result, the other records items sent to the\n", - "[customized](https://github.com/prjemian/stdlogpj#example-directing-logs-to-a-specific-directory)\n", - "Python [logging](https://docs.python.org/3/library/logging.html) package.\n", + "result, the other records items sent to the Python\n", + "[logging](https://docs.python.org/3/library/logging.html) package.\n", "\n", "In the IPython session, use the `!` to run a linux command:" ] diff --git a/environment.yml b/environment.yml index 1aed181f..bc096a0e 100644 --- a/environment.yml +++ b/environment.yml @@ -73,7 +73,6 @@ dependencies: - pymca - pyRestTable - spec2nexus - - stdlogpj - xrayutilities # # --- packaging and publishing