Skip to content

Commit

Permalink
Merge pull request #257 from BCDA-APS/256-drop-stdlogpj
Browse files Browse the repository at this point in the history
drop stdlogpj
  • Loading branch information
prjemian authored Nov 17, 2023
2 parents 39304ae + 9fb957f commit 669e85a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 8 deletions.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ New Features
Maintenance
------------

* Drop the (unused now) *stdlogpj* package for configuring Python's *logging*.
* Environment for bluesky_2024_1.


Expand Down
1 change: 0 additions & 1 deletion bluesky/environments/environment_2024_1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ dependencies:
- pymca
- pyRestTable
- spec2nexus
- stdlogpj
- xrayutilities

# --- packaging and publishing
Expand Down
5 changes: 2 additions & 3 deletions docs/source/howto/bluesky_cheat_sheet.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
5 changes: 2 additions & 3 deletions docs/source/instrument/describe_instrument.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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:"
]
Expand Down
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ dependencies:
- pymca
- pyRestTable
- spec2nexus
- stdlogpj
- xrayutilities

# # --- packaging and publishing
Expand Down

0 comments on commit 669e85a

Please sign in to comment.