File tree Expand file tree Collapse file tree 2 files changed +0
-43
lines changed
src/solace_agent_mesh/agent/adk Expand file tree Collapse file tree 2 files changed +0
-43
lines changed Original file line number Diff line number Diff line change @@ -110,39 +110,3 @@ sqlalchemy.url =
110110# ruff.type = exec
111111# ruff.executable = ruff
112112# ruff.options = check --fix REVISION_SCRIPT_FILENAME
113-
114- # Logging configuration. This is also consumed by the user-maintained
115- # env.py script only.
116- [loggers]
117- keys = root,sqlalchemy,alembic
118-
119- [handlers]
120- keys = console
121-
122- [formatters]
123- keys = generic
124-
125- [logger_root]
126- level = WARNING
127- handlers = console
128- qualname =
129-
130- [logger_sqlalchemy]
131- level = WARNING
132- handlers =
133- qualname = sqlalchemy.engine
134-
135- [logger_alembic]
136- level = INFO
137- handlers =
138- qualname = alembic
139-
140- [handler_console]
141- class = StreamHandler
142- args = (sys.stderr,)
143- level = NOTSET
144- formatter = generic
145-
146- [formatter_generic]
147- format = %(levelname)-5.5s [%(name)s] %(message)s
148- datefmt = %H:%M:%S
Original file line number Diff line number Diff line change 1- from logging .config import fileConfig
2-
31from sqlalchemy import engine_from_config
42from sqlalchemy import pool
53
97# access to the values within the .ini file in use.
108config = context .config
119
12- # Interpret the config file for Python logging.
13- # This line sets up loggers basically.
14- if config .config_file_name is not None :
15- fileConfig (config .config_file_name )
16-
1710# add your model's MetaData object here
1811# for 'autogenerate' support
1912from google .adk .sessions .database_session_service import Base
You can’t perform that action at this time.
0 commit comments