Skip to content

Commit 351f27e

Browse files
committed
version bump and revert appid
1 parent 991fb2d commit 351f27e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pytimber/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
from .pagestore import PageStore
1212

13-
__version__ = "2.3.2"
13+
__version__ = "2.3.3"
1414

1515
__cmmnbuild_deps__ = [
1616
"accsoft-cals-extr-client",

pytimber/pytimber.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ class LoggingDB(object):
5959
_jpype=jpype
6060
except NameError:
6161
print('ERROR: jpype is note defined!')
62-
def __init__(self, appid='PYTIMBER', clientid='PYTIMBER',
62+
def __init__(self, appid='LHC_MD_ABP_ANALYSIS', clientid='BEAM PHYSICS',
6363
source='all', loglevel=None):
6464
# Configure logging
6565
logging.basicConfig()

0 commit comments

Comments
 (0)