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

drop stdlogpj #257

Merged
merged 3 commits into from
Nov 17, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading