From 208e79726101646b9f3336f05a49882a31bd5b00 Mon Sep 17 00:00:00 2001 From: Tamoor Shahid Date: Tue, 19 May 2026 11:05:07 +0100 Subject: [PATCH] Added log dir and debug log dir paths --- utility_scripts/procserv_ioc_start.sh | 3 +++ uv.lock | 10 +++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/utility_scripts/procserv_ioc_start.sh b/utility_scripts/procserv_ioc_start.sh index 817b2a56b7..1defc3a095 100755 --- a/utility_scripts/procserv_ioc_start.sh +++ b/utility_scripts/procserv_ioc_start.sh @@ -15,5 +15,8 @@ source /dls_sw/etc/profile # Activate virtual environment source $env_directory/.venv/bin/activate +export LOG_DIR="/var/log/bluesky" +export DEBUG_LOG_DIR="/var/log/bluesky-debug" + # Start blueapi server blueapi -c "${config_directory}/blueapi_config.yaml" serve diff --git a/uv.lock b/uv.lock index a932ab5ee9..7a409d4e08 100644 --- a/uv.lock +++ b/uv.lock @@ -807,8 +807,8 @@ wheels = [ [[package]] name = "dls-dodal" -version = "2.3.1.dev11+g0f2534ce9" -source = { git = "https://github.com/DiamondLightSource/dodal.git?rev=main#0f2534ce926a173dba046352ea258a97b90176c2" } +version = "2.4.0" +source = { git = "https://github.com/DiamondLightSource/dodal.git?rev=main#79c8d490fd5c4bde4710901035fb93944608e16f" } dependencies = [ { name = "aiofiles", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" }, { name = "aiohttp", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" }, @@ -2682,7 +2682,7 @@ wheels = [ [[package]] name = "ophyd-async" -version = "0.16" +version = "0.17a4" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "bluesky", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" }, @@ -2696,9 +2696,9 @@ dependencies = [ { name = "stamina", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" }, { name = "velocity-profile", marker = "platform_machine == 'x86_64' and sys_platform == 'linux'" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/08/2d/cd178f31c4efb7f2a1b2787900d62b70b478111c5db51a625307f5fb9b15/ophyd_async-0.16.tar.gz", hash = "sha256:c8a3671c704da77c7a7b7c5343b972230f743b1029a100f6c5780123fb0df33d", size = 545367, upload-time = "2026-02-17T16:39:37.897Z" } +sdist = { url = "https://files.pythonhosted.org/packages/99/e1/2f0de5ded648fe9ca2e6f7415b9229ecb53226a56e775028410fddf0e7c7/ophyd_async-0.17a4.tar.gz", hash = "sha256:0ac0a890499700f8d6024a272ee616ddf278c42c2a28c3bf2d8ee80b5313a94d", size = 554974, upload-time = "2026-04-28T16:34:04.143Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/c3/ab/0c92e9824c9e54df5a06b5759957fc23c30489c2aabef5653dd9057b3f61/ophyd_async-0.16-py3-none-any.whl", hash = "sha256:017d837767b63cdc20af1851275495b6bb0db195a887e0bd989dc7a17e0f0c79", size = 208499, upload-time = "2026-02-17T16:39:36.542Z" }, + { url = "https://files.pythonhosted.org/packages/71/59/a4ca5bd2ef8baa92733260634ba9fa6947fd88c6e7b909511964ac6406e1/ophyd_async-0.17a4-py3-none-any.whl", hash = "sha256:8dcaad6a851883c6906dda998c159a366b50b38310e8de87f385a5794c482792", size = 207790, upload-time = "2026-04-28T16:34:02.379Z" }, ] [package.optional-dependencies]