Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/ukaea/UDA into feature/getb…
Browse files Browse the repository at this point in the history
…ytes_security
  • Loading branch information
jmeasure committed Jun 20, 2024
2 parents 419fb6e + fabf70f commit 04a36b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/etc/udaserver.cfg.in
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export UDA_ROOT=@CMAKE_INSTALL_PREFIX@

export UDA_LOG=$UDA_ROOT/etc
export UDA_LOG_MODE=a
export UDA_LOG_LEVEL=DEBUG # Options: INFO, DEBUG, WARN, ERROR, ACCESS
export UDA_LOG_LEVEL=ERROR # Options: INFO, DEBUG, WARN, ERROR, ACCESS
export UDA_DEBUG_APPEND=a

#------------------------------------------------------------------------------------------------------
Expand Down Expand Up @@ -39,4 +39,4 @@ export UDA_PLUGIN_DEBUG_SINGLEFILE=1

export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:$UDA_ROOT/lib:$UDA_ROOT/lib/plugins"
export LD_LIBRARY_PATH="${LD_LIBRARY_PATH}:@EXTRA_LD_LIBRARY_PATHS@"
export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH
export DYLD_LIBRARY_PATH=$LD_LIBRARY_PATH

0 comments on commit 04a36b2

Please sign in to comment.