cleanup
This commit is contained in:
parent
42516d6085
commit
5fed802b21
2 changed files with 30 additions and 10 deletions
30
.lexical/lexical.log
Normal file
30
.lexical/lexical.log
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
14:10:15.580 [debug] Child {LoggerFileBackend, :general_log} of Supervisor Logger.Backends.Supervisor started
|
||||
Pid: #PID<0.113.0>
|
||||
Start Call: Logger.Backends.Watcher.start_link({{LoggerFileBackend, :general_log}, {LoggerFileBackend, :general_log}})
|
||||
Restart: :transient
|
||||
Shutdown: 5000
|
||||
Type: :worker
|
||||
14:10:15.580 [info] Child Logger.Backends.Supervisor of Supervisor Logger.Backends.Internal started
|
||||
Pid: #PID<0.112.0>
|
||||
Start Call: Logger.Backends.Supervisor.start_link([{LoggerFileBackend, :general_log}])
|
||||
Restart: :permanent
|
||||
Shutdown: :infinity
|
||||
Type: :supervisor
|
||||
14:10:15.580 [info] Child Logger.Backends.Internal of Supervisor Logger.Supervisor started
|
||||
Pid: #PID<0.108.0>
|
||||
Start Call: Logger.Backends.Internal.start_link([])
|
||||
Restart: :permanent
|
||||
Shutdown: :infinity
|
||||
Type: :supervisor
|
||||
14:10:15.580 [info] Application logger started at :nonode@nohost
|
||||
14:10:16.445 [error] FATAL: Lexical is not compatible with Elixir 1.18.2
|
||||
|
||||
Lexical is compatible with the following versions of Elixir:
|
||||
|
||||
>= 1.13.0
|
||||
>= 1.14.0
|
||||
>= 1.15.3
|
||||
>= 1.16.0
|
||||
>= 1.17.0
|
||||
>= 1.17.0-rc
|
||||
|
||||
|
|
@ -1,10 +0,0 @@
|
|||
version: "3"
|
||||
services:
|
||||
postgres:
|
||||
image: postgis/postgis:15-3.3-alpine
|
||||
ports:
|
||||
- 5432:5432
|
||||
environment:
|
||||
POSTGRES_USER: postgres
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_DB: aprs_dev
|
||||
Loading…
Add table
Reference in a new issue