Giovanni Barillari
Giovanni Barillari
Sounds good to me in regards of the Python interface, but for the CLI maybe an alternative approach could be to add the `--reload-only-*` counterparts of the existing `--reload-ignore-*` params?...
Closing as stale
I think this would be a useful feature for a lot of deployments out there, I definitely agree this should be implemented in the near future. I don't think this...
> But isn't it ASGI only (It's hard for me to move out of WSGI)? Also, by leveraging `X-Accel-Redirect` it would be possible to return not only local files, for...
@felipebastosweb what if you specify the DSN in the same format of pyodbc, eg: `app.config.db.uri = "mssql://DRIVER={ODBC Driver 17 for SQL Server};SERVER=(localdb)\MSSQLLocalDB;DATABASE=BastosErp;Trusted_Connection=yes"`
@felipebastosweb yeah, I'm sorry about this. I don't have a Windows environment to test MSSQL related code. Maybe you can open an issue in [pyDAL repository](https://github.com/web2py/pydal) as the actual implementation...
Those are 2 different things: - `dateFmt` can be used to customise the format of the `logging` timestamp (which is the time at which the log message was produced) -...
> My suggestion here is that `rdt.strftime` should use the value from `formatters["access"]["datefmt"]` rather than roll its own. I'm not completely sold on that idea. AFAIK neither Gunicorn or Hypercorn...
> I'm not sure this is an acceptable solution from my side. This essentially means that I need to use one formatting type for dates in all the accessing logs...
Given the issue is happening also with other libraries/configurations, I honestly doubt there's anything Granian can do for this. Seems a good issue to open to CPython about the `logging`...