pcdshub / hutch-python

Launcher and config reader for LCLS interactive IPython sessions
https://pcdshub.github.io/hutch-python/
Other
0 stars 18 forks source link

Investigate spammy PLY log again #190

Closed ZLLentz closed 4 years ago

ZLLentz commented 4 years ago
INFO     Loading daq...
SUCCESS  Successfully loaded daq
INFO     Loading scan_pvs (disabled)...
SUCCESS  Successfully loaded scan_pvs (disabled)
INFO     Loading elog...
SUCCESS  Successfully loaded elog
INFO     Loading database...
INFO     Created by PLY version 3.11 (http://www.dabeaz.com/ply)
INFO     Parsing method: LALR
INFO
INFO     state 0
INFO
INFO         (0) S' -> . nodelist
INFO         (8) nodelist -> . node
INFO         (9) nodelist -> . node nodelist
INFO         (10) nodelist -> .
INFO         (11) node -> . block
INFO         (12) node -> . command
INFO         (13) node -> . CODE
INFO         (14) node -> . COMMENT
INFO         (15) block -> . BARE ( arglist )
INFO         (16) block -> . BARE ( arglist ) { nodelist }
INFO         (17) command -> . BARE BARE
INFO         (18) command -> . BARE QUOTED
INFO
INFO         $end            reduce using rule 10 (nodelist -> .)
INFO         CODE            shift and go to state 5
INFO         COMMENT         shift and go to state 6
klauer commented 4 years ago

https://github.com/pcdshub/lucid/issues/35

ZLLentz commented 4 years ago

Thank you, I could not for the life of me remember where we attacked this before...